Skip to content

Commit

Permalink
[release/5.0] Fix spelling of property (#30514)
Browse files Browse the repository at this point in the history
* Fix spelling of property

* Update Versions.props

- fix bad merge

Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
  • Loading branch information
wtgodbe and dougbu committed Mar 11, 2021
1 parent f541b45 commit 19785cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -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
-->
Expand Down
2 changes: 1 addition & 1 deletion eng/targets/Packaging.targets
@@ -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
Expand Down

0 comments on commit 19785cc

Please sign in to comment.