Skip to content

Commit

Permalink
Allow packages to not go stable (#3116)
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr authored Apr 3, 2024
1 parent 87fab1e commit 0ee1b4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<VersionPrefix>8.1.0</VersionPrefix>
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
<UseVSTestRunner>true</UseVSTestRunner>
<!-- Enable to remove prerelease label. -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
</PropertyGroup>
<PropertyGroup>
<!-- Package versions defined directly in <reporoot>/Directory.Packages.props -->
Expand Down

0 comments on commit 0ee1b4c

Please sign in to comment.