[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:
William Godbe 2021-03-11 14:31:33 -08:00 committed by GitHub
parent f541b45f4d
commit 19785ccdf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
-->

View File

@ -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