Skip to content

Commit

Permalink
Don't stabilize package versions in main (#29142)
Browse files Browse the repository at this point in the history
Stable branding was enabled in the 7.0.1xx release branch via ac62cb1 and accidentally got forward merged into main. Disable it so that new packages are pushed to the dotnet8/dotnet8-transport feeds.
  • Loading branch information
ViktorHofer authored Nov 21, 2022
1 parent cba19e6 commit 2b804b8
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 @@ -15,7 +15,7 @@
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
<!-- Enable to remove prerelease label. -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
</PropertyGroup>
<!-- Production Dependencies -->
Expand Down

0 comments on commit 2b804b8

Please sign in to comment.