File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 23
23
<IsServicingBuild Condition =" '$(PreReleaseVersionLabel)' == 'servicing' " >true</IsServicingBuild >
24
24
<!-- This is used for error checking to ensure generated code and baselines are up to date when we increment the patch. -->
25
25
<PreviousExtensionsReleaseVersion Condition =" '$(PatchVersion)' != '0' " >$(MajorVersion).$(MinorVersion).$([MSBuild]::Subtract($(PatchVersion), 1))</PreviousExtensionsReleaseVersion >
26
+ <!--
27
+ When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
28
+ -->
29
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true</StabilizePackageVersion >
30
+ <DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
26
31
</PropertyGroup >
27
32
<PropertyGroup Label =" Arcade settings" >
28
33
<!-- Disable Arcade's Xliff tools -->
You can’t perform that action at this time.
0 commit comments