Skip to content

Commit

Permalink
Revert "Stabilize package versions (#7002)" (#7003)
Browse files Browse the repository at this point in the history
This reverts commit e640355.
  • Loading branch information
ViktorHofer committed Oct 25, 2023
1 parent e640355 commit b4d9a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
<!-- Opt-in repo features -->
<UsingToolVSSDK>true</UsingToolVSSDK>
Expand Down

0 comments on commit b4d9a13

Please sign in to comment.