We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87517af commit 1a34885Copy full SHA for 1a34885
eng/Versions.props
@@ -31,7 +31,7 @@
31
<!--
32
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
33
-->
34
- <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
+ <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
35
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
36
</PropertyGroup>
37
<PropertyGroup Label="Arcade settings">
0 commit comments