Skip to content

Commit 19785cc

Browse files
wtgodbedougbu
andauthored
[release/5.0] Fix spelling of property (#30514)
* Fix spelling of property * Update Versions.props - fix bad merge Co-authored-by: Doug Bunting <[email protected]>
1 parent f541b45 commit 19785cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AspNetCoreMajorVersion>5</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
1111
<AspNetCorePatchVersion>5</AspNetCorePatchVersion>
12-
<ValidateBasline>true</ValidateBasline>
12+
<ValidateBaseline>true</ValidateBaseline>
1313
<!--
1414
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1515
-->

eng/targets/Packaging.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<Target Name="EnsureBaselineIsUpdated"
4-
Condition=" '$(ValidateBasline)' == 'true' AND
4+
Condition=" '$(ValidateBaseline)' == 'true' AND
55
'$(IsServicingBuild)' == 'true' AND
66
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
77
'$(MSBuildProjectName)' != 'BaselineGenerator' AND

0 commit comments

Comments
 (0)