Skip to content

Commit

Permalink
Stabilize package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Sep 13, 2019
1 parent db4ecb7 commit 8330245
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<VersionPrefix>3.0.0</VersionPrefix>
<PreReleaseVersionLabel>rc2</PreReleaseVersionLabel>
<IncludeSourceRevisionInInformationalVersion>False</IncludeSourceRevisionInInformationalVersion>
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
</PropertyGroup>
<PropertyGroup Label="Arcade settings">
<!-- Opt-in to using the ref assembly version bundled with Arcade. -->
Expand Down

0 comments on commit 8330245

Please sign in to comment.