Skip to content

Commit e8d9247

Browse files
authored
Stabilize versions (#32110)
1 parent 4313d6d commit e8d9247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!--
1010
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1111
-->
12-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
12+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1313
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1414
<DefaultNetCoreTargetFramework>net8.0</DefaultNetCoreTargetFramework>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)