You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only generate the productVersion.txt and windowsdesktop-productVersion.txt files when we're building
13
+
either the full VMR repo or not building in the VMR infrastructure.
14
+
This ensures that we don't produce these files in the "Repo source build" builds,
15
+
but we do produce them in both the VMR and the runtime official build.
16
+
-->
17
+
<PropertyGroup>
18
+
<ShouldGenerateProductVersionFilesCondition="'$(DotNetBuildOrchestrator)' == 'true' and '$(EnableDefaultRidSpecificArtifacts)' != 'true' and ('$(DotNetBuildPass)' == '' or '$(DotNetBuildPass)' == '1')">true</ShouldGenerateProductVersionFiles>
19
+
<ShouldGenerateProductVersionFilesCondition="'$(DotNetBuildOrchestrator)' != 'true' and '$(EnableDefaultArtifacts)' == 'true'">true</ShouldGenerateProductVersionFiles>
20
+
</PropertyGroup>
21
+
11
22
<TargetName="GetNonStableProductVersion">
12
23
<!-- Retrieve the non-stable runtime pack product version.
13
24
Don't stabilize the package version in order to retrieve the VersionSuffix. -->
0 commit comments