Skip to content

Commit

Permalink
Add DotNetReleaseShipping metadata to assets in manifest (dotnet#14495)
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
  • Loading branch information
MilenaHristova and ViktorHofer authored Feb 22, 2024
1 parent 2b22a36 commit 375cf8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@

<ItemsToPushToBlobFeed Include="@(PackagesToPublish);@(ExistingSymbolPackages);@(SymbolPackagesToGenerate)">
<ManifestArtifactData Condition="'%(IsShipping)' != 'true'">NonShipping=true</ManifestArtifactData>
<ManifestArtifactData Condition="'%(IsShipping)' == 'true' and '$(ProducesDotNetReleaseShippingAssets)' == 'true'">DotNetReleaseShipping=true</ManifestArtifactData>
</ItemsToPushToBlobFeed>

<PackagesToPublish Remove="@(PackagesToPublish)" />
Expand Down

0 comments on commit 375cf8f

Please sign in to comment.