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