Merge in 'release/5.0' changes
This commit is contained in:
commit
9addc6b6b6
|
|
@ -8,7 +8,8 @@
|
||||||
<PropertyGroup Label="Version settings">
|
<PropertyGroup Label="Version settings">
|
||||||
<AspNetCoreMajorVersion>5</AspNetCoreMajorVersion>
|
<AspNetCoreMajorVersion>5</AspNetCoreMajorVersion>
|
||||||
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
|
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
|
||||||
<AspNetCorePatchVersion>4</AspNetCorePatchVersion>
|
<AspNetCorePatchVersion>5</AspNetCorePatchVersion>
|
||||||
|
<ValidateBasline>false</ValidateBasline>
|
||||||
<!--
|
<!--
|
||||||
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
|
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
<Target Name="EnsureBaselineIsUpdated"
|
<Target Name="EnsureBaselineIsUpdated"
|
||||||
Condition=" '$(IsServicingBuild)' == 'true' AND
|
Condition=" '$(ValidateBasline)' == 'true' AND
|
||||||
|
'$(IsServicingBuild)' == 'true' AND
|
||||||
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
|
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
|
||||||
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
|
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
|
||||||
'$(MSBuildProjectName)' != 'RepoTasks' "
|
'$(MSBuildProjectName)' != 'RepoTasks' "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue