Skip to content

Commit a3ca6bb

Browse files
authored
Stabilize package versions (#2348)
1 parent d3c058a commit a3ca6bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/Versions.props

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
2424
<!-- This is used for error checking to ensure generated code and baselines are up to date when we increment the patch. -->
2525
<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>
2631
</PropertyGroup>
2732
<PropertyGroup Label="Arcade settings">
2833
<!-- Disable Arcade's Xliff tools -->

0 commit comments

Comments
 (0)