diff --git a/eng/pipelines/mono/templates/workloads-build.yml b/eng/pipelines/mono/templates/workloads-build.yml index 72e4c3adc8fb8..89404db6b2920 100644 --- a/eng/pipelines/mono/templates/workloads-build.yml +++ b/eng/pipelines/mono/templates/workloads-build.yml @@ -83,6 +83,7 @@ jobs: IntermediateArtifacts/windows_arm64/Shipping/Microsoft.NETCore.App.Runtime.win-arm64*.nupkg IntermediateArtifacts/windows_x64/Shipping/Microsoft.NETCore.App.Runtime.win-x64*.nupkg IntermediateArtifacts/windows_x86/Shipping/Microsoft.NETCore.App.Runtime.win-x86*.nupkg + IntermediateArtifacts/MonoRuntimePacks/Shipping/Microsoft.NET.Sdk.WebAssembly.Pack*.nupkg - task: CopyFiles@2 displayName: Flatten packages diff --git a/src/workloads/workloads.csproj b/src/workloads/workloads.csproj index 2f91a14f59c62..29669de949b9d 100644 --- a/src/workloads/workloads.csproj +++ b/src/workloads/workloads.csproj @@ -132,7 +132,7 @@ Mono. - + Microsoft