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 4313d6d commit e8d9247Copy full SHA for e8d9247
eng/Versions.props
@@ -9,7 +9,7 @@
9
<!--
10
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
11
-->
12
- <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
+ <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
13
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
14
<DefaultNetCoreTargetFramework>net8.0</DefaultNetCoreTargetFramework>
15
</PropertyGroup>
0 commit comments