Skip to content

Commit 77e1594

Browse files
committed
Stabilize package versions
1 parent 2d9790d commit 77e1594

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
@@ -6,7 +6,7 @@
66
<!--
77
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
88
-->
9-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
9+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1010
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1111
</PropertyGroup>
1212
<PropertyGroup Label="Arcade settings">

0 commit comments

Comments
 (0)