Skip to content

Commit 1a34885

Browse files
mmitchedougbu
authored andcommitted
Turn on stable builds for 3.0.1
1 parent 87517af commit 1a34885

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
@@ -31,7 +31,7 @@
3131
<!--
3232
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
3333
-->
34-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
34+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
3535
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
3636
</PropertyGroup>
3737
<PropertyGroup Label="Arcade settings">

0 commit comments

Comments
 (0)