We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f541b45 commit 19785ccCopy full SHA for 19785cc
eng/Versions.props
@@ -9,7 +9,7 @@
9
<AspNetCoreMajorVersion>5</AspNetCoreMajorVersion>
10
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11
<AspNetCorePatchVersion>5</AspNetCorePatchVersion>
12
- <ValidateBasline>true</ValidateBasline>
+ <ValidateBaseline>true</ValidateBaseline>
13
<!--
14
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
15
-->
eng/targets/Packaging.targets
@@ -1,7 +1,7 @@
1
<Project>
2
3
<Target Name="EnsureBaselineIsUpdated"
4
- Condition=" '$(ValidateBasline)' == 'true' AND
+ Condition=" '$(ValidateBaseline)' == 'true' AND
5
'$(IsServicingBuild)' == 'true' AND
6
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
7
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
0 commit comments