Skip to content

Commit 9e685b2

Browse files
authored
Download Mono AOT workload .nupkg in prepare-artifacts.proj (#52247)
* Download Mono AOT workload .nupkg in prepare-artifacts.proj Fixes the official build failure since the pattern we were using didn't include it. * PR feedback
1 parent caf88fe commit 9e685b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/installer/prepare-artifacts.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
-->
219219
<RidAgnosticNupkgToPublishFile
220220
Include="
221+
$(DownloadDirectory)**\Microsoft.NET.Sdk.Mono.Toolchain.Manifest.*.nupkg;
221222
$(DownloadDirectory)*\$(PublishRidAgnosticPackagesFromPlatform)\**\*.nupkg;
222223
$(DownloadDirectory)*\*AllConfigurations\**\*.nupkg"
223224
Exclude="@(RuntimeNupkgFile);@(DownloadedSymbolNupkgFile)" />

0 commit comments

Comments
 (0)