Skip to content

Commit 54f611c

Browse files
committed
Mark shipping packages as stable for 9.9.1 release
1 parent 7381306 commit 54f611c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
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
<!--
1515
When DotNetFinalVersionKind is set to 'release' (only for the release branches),
1616
the build will produce stable outputs for 'Shipping' packages.
1717
1818
This is used by the Arcade SDK (Publish.proj) to determine if the build is a release build or not.
1919
-->
20-
<DotNetFinalVersionKind />
20+
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
2121
<!-- Enabling this rule will cause build failures on undocumented public APIs. -->
2222
<SkipArcadeNoWarnCS1591>true</SkipArcadeNoWarnCS1591>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)