Additional fixes for workloads/multitargeting#10488
Additional fixes for workloads/multitargeting#10488mmitche merged 4 commits intodotnet:release/6.0from
Conversation
|
@pjcollins ping me if you want a private copy of the task DLL to validate so you're not blocked waiting on the official Arcade build. |
|
@joeloff thanks! I built this locally and it fixes my two issues with inconsistent pack alias usage and the ManifestMsiVersion param. |
| <PackageReference Include="Microsoft.NET.Workload.Emscripten.Manifest-6.0.200" Version="6.0.4" GeneratePathProperty="true" /> | ||
| <PackageReference Include="Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64" Version="6.0.4" GeneratePathProperty="true" /> | ||
| <PackageReference Include="Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64" Version="6.0.4" GeneratePathProperty="true" /> | ||
| <PackageReference Include="Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64" Version="6.0.4" GeneratePathProperty="true" /> |
There was a problem hiding this comment.
Seems like PackageDownload would be more appropriate here, since we're just trying to download assets. Does PackageDownload support GeneratePathProperty?
| @@ -0,0 +1,27 @@ | |||
| { | |||
| "version": "33.0.0-rc.1.132", | |||
There was a problem hiding this comment.
I don't see this file being used at all, is it supposed to be here?
There was a problem hiding this comment.
It looks to be used in the workloads test csproj
| Platforms = platforms; | ||
| MsiVersion = Version; | ||
|
|
||
| // Override the SWIX ID for MSI packages to use the shortened, non-aliased ID with the pack version |
There was a problem hiding this comment.
Is there a wording that makes this more clear? I'm never sure which ID is the "aliased" one.
Number of fixes
ManifestMsiVersionparameter requirement onCreateVisualStudioWorkload