Skip to content

Commit

Permalink
Revert "stablixe package (dotnet#27740)" (dotnet#27816)
Browse files Browse the repository at this point in the history
This reverts commit 2bc3c7c.
  • Loading branch information
wtgodbe authored Nov 11, 2019
1 parent 2bc3c7c commit 816d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dir.common.props
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<PackageVersion Condition="'$(PackageVersion)' == ''">3.1.0</PackageVersion>

<!-- Set the boolean below to true to generate packages with stabilized versions -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>

<PreReleaseLabel>alpha1</PreReleaseLabel>
Expand Down

0 comments on commit 816d9ee

Please sign in to comment.