File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<AspNetCoreMajorVersion >5</AspNetCoreMajorVersion >
10
10
<AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
11
11
<AspNetCorePatchVersion >5</AspNetCorePatchVersion >
12
- <ValidateBasline >true</ValidateBasline >
12
+ <ValidateBaseline >true</ValidateBaseline >
13
13
<!--
14
14
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
15
15
-->
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<Target Name =" EnsureBaselineIsUpdated"
4
- Condition =" '$(ValidateBasline )' == 'true' AND
4
+ Condition =" '$(ValidateBaseline )' == 'true' AND
5
5
'$(IsServicingBuild)' == 'true' AND
6
6
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
7
7
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
You can’t perform that action at this time.
0 commit comments