Skip to content

Commit 10fccb8

Browse files
committed
Merge in 'release/5.0' changes
2 parents 72759e7 + 8e8a367 commit 10fccb8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/installer/publish/prepare-artifacts.proj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@
8686
Lines="$(ProductVersionTxtContents)"
8787
Overwrite="true"
8888
Encoding="ASCII" />
89+
90+
<!-- Generate runtime-productVersion.txt containing the value of $(PackageVersion) -->
91+
<WriteLinesToFile
92+
File="$(ArtifactsShippingPackagesDir)runtime-productVersion.txt"
93+
Lines="$(ProductVersionTxtContents)"
94+
Overwrite="true"
95+
Encoding="ASCII" />
8996

9097
<ItemGroup>
9198
<ItemsToPush Remove="@(ItemsToPush)" />
@@ -112,6 +119,11 @@
112119
<PublishFlatContainer>true</PublishFlatContainer>
113120
</ItemsToPush>
114121

122+
<ItemsToPush Include="$(ArtifactsShippingPackagesDir)runtime-productVersion.txt">
123+
<RelativeBlobPath>$(InstallersRelativePath)runtime-productVersion.txt</RelativeBlobPath>
124+
<PublishFlatContainer>true</PublishFlatContainer>
125+
</ItemsToPush>
126+
115127
</ItemGroup>
116128

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

0 commit comments

Comments
 (0)