[release/5.0] Fix spelling of property (#30514)
* Fix spelling of property * Update Versions.props - fix bad merge Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
This commit is contained in:
parent
f541b45f4d
commit
19785ccdf5
|
|
@ -9,7 +9,7 @@
|
|||
<AspNetCoreMajorVersion>5</AspNetCoreMajorVersion>
|
||||
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
|
||||
<AspNetCorePatchVersion>5</AspNetCorePatchVersion>
|
||||
<ValidateBasline>true</ValidateBasline>
|
||||
<ValidateBaseline>true</ValidateBaseline>
|
||||
<!--
|
||||
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
|
||||
<Target Name="EnsureBaselineIsUpdated"
|
||||
Condition=" '$(ValidateBasline)' == 'true' AND
|
||||
Condition=" '$(ValidateBaseline)' == 'true' AND
|
||||
'$(IsServicingBuild)' == 'true' AND
|
||||
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
|
||||
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
|
||||
|
|
|
|||
Loading…
Reference in New Issue