File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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)" />
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. -->
You can’t perform that action at this time.
0 commit comments