Skip to content

Commit

Permalink
Merge in 'release/5.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Feb 16, 2021
2 parents 72759e7 + 8e8a367 commit 10fccb8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/installer/publish/prepare-artifacts.proj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
Lines="$(ProductVersionTxtContents)"
Overwrite="true"
Encoding="ASCII" />

<!-- Generate runtime-productVersion.txt containing the value of $(PackageVersion) -->
<WriteLinesToFile
File="$(ArtifactsShippingPackagesDir)runtime-productVersion.txt"
Lines="$(ProductVersionTxtContents)"
Overwrite="true"
Encoding="ASCII" />

<ItemGroup>
<ItemsToPush Remove="@(ItemsToPush)" />
Expand All @@ -112,6 +119,11 @@
<PublishFlatContainer>true</PublishFlatContainer>
</ItemsToPush>

<ItemsToPush Include="$(ArtifactsShippingPackagesDir)runtime-productVersion.txt">
<RelativeBlobPath>$(InstallersRelativePath)runtime-productVersion.txt</RelativeBlobPath>
<PublishFlatContainer>true</PublishFlatContainer>
</ItemsToPush>

</ItemGroup>

<!-- Push items to AzDO as build artifacts, generating the asset manifest as a side effect. -->
Expand Down

0 comments on commit 10fccb8

Please sign in to comment.