Skip to content

Commit 2b9b588

Browse files
authored
Add Microsoft.NET.Sdk.WebAssembly.Pack to the msi generation (#100934)
1 parent 2ce77f3 commit 2b9b588

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/pipelines/mono/templates/workloads-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
IntermediateArtifacts/windows_arm64/Shipping/Microsoft.NETCore.App.Runtime.win-arm64*.nupkg
8484
IntermediateArtifacts/windows_x64/Shipping/Microsoft.NETCore.App.Runtime.win-x64*.nupkg
8585
IntermediateArtifacts/windows_x86/Shipping/Microsoft.NETCore.App.Runtime.win-x86*.nupkg
86+
IntermediateArtifacts/MonoRuntimePacks/Shipping/Microsoft.NET.Sdk.WebAssembly.Pack*.nupkg
8687
8788
- task: CopyFiles@2
8889
displayName: Flatten packages

src/workloads/workloads.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.Current.">
133133
<Replacement>Mono.</Replacement>
134134
</ShortNames>
135-
<ShortNames Include="microsoft.netcore.app.runtime;Microsoft.NETCore.App.Runtime;microsoft.net.runtime;Microsoft.NET.Runtime">
135+
<ShortNames Include="microsoft.netcore.app.runtime;Microsoft.NETCore.App.Runtime;microsoft.net.runtime;Microsoft.NET.Runtime;Microsoft.NET.Sdk">
136136
<Replacement>Microsoft</Replacement>
137137
</ShortNames>
138138
<ShortNames Include="Microsoft.NET.Workload;microsoft.net.workload">

0 commit comments

Comments
 (0)