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 e640355 commit b4d9a13Copy full SHA for b4d9a13
eng/Versions.props
@@ -10,7 +10,7 @@
10
<!--
11
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
12
-->
13
- <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
+ <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
14
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
15
<!-- Opt-in repo features -->
16
<UsingToolVSSDK>true</UsingToolVSSDK>
0 commit comments