Skip to content

Commit

Permalink
Merge pull request #1266 from mmitche/stabilize
Browse files Browse the repository at this point in the history
[release/6.3] Stabilize package versions
  • Loading branch information
mmitche authored Sep 14, 2019
2 parents 67f9c70 + 6e58e7d commit 2815041
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 @@ -6,6 +6,11 @@
<IncludeSourceRevisionInInformationalVersion>False</IncludeSourceRevisionInInformationalVersion>
<UsingToolNetFrameworkReferenceAssemblies>True</UsingToolNetFrameworkReferenceAssemblies>
<UsingToolXliff>False</UsingToolXliff>
<!--
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="Dependencies from nuget.org">
<MicrosoftBuildFrameworkVersion>16.0.461</MicrosoftBuildFrameworkVersion>
Expand Down

0 comments on commit 2815041

Please sign in to comment.