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 ab87232 commit 547cafdCopy full SHA for 547cafd
eng/Versions.props
@@ -22,7 +22,7 @@
22
<!--
23
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
24
-->
25
- <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
+ <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
26
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
27
<!-- Opt-in repo features -->
28
<UsingToolVSSDK>true</UsingToolVSSDK>
0 commit comments