Skip to content

Commit e640355

Browse files
authored
Stabilize package versions (#7002)
1 parent 4ff2809 commit e640355

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
@@ -10,7 +10,7 @@
1010
<!--
1111
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1212
-->
13-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
13+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1414
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1515
<!-- Opt-in repo features -->
1616
<UsingToolVSSDK>true</UsingToolVSSDK>

0 commit comments

Comments
 (0)