Skip to content

Commit

Permalink
this works?
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Nov 21, 2024
1 parent b27f4a9 commit e6dd326
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eng/Publishing.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,18 @@
<PublishingVersion>3</PublishingVersion>
<ProducesDotNetReleaseShippingAssets>true</ProducesDotNetReleaseShippingAssets>
</PropertyGroup>

<ItemGroup>
<_InstallerManifestFilesToPublish Include="$(ArtifactsPackagesDir)\**\*.zip" />
</ItemGroup>

<Target Name="_PublishBlobItems">
<ItemGroup>
<ItemsToPushToBlobFeed Include="@(_InstallerManifestFilesToPublish)">
<IsShipping>true</IsShipping>
<PublishFlatContainer>true</PublishFlatContainer>
<RelativeBlobPath>$(_UploadPathRoot)/$(_PackageVersion)/%(Filename)%(Extension)</RelativeBlobPath>
</ItemsToPushToBlobFeed>
</ItemGroup>
</Target>
</Project>

0 comments on commit e6dd326

Please sign in to comment.