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 88 <PropertyGroup Label =" Version settings" >
99 <AspNetCoreMajorVersion >5</AspNetCoreMajorVersion >
1010 <AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
11- <AspNetCorePatchVersion >4</AspNetCorePatchVersion >
11+ <AspNetCorePatchVersion >5</AspNetCorePatchVersion >
12+ <ValidateBasline >false</ValidateBasline >
1213 <!--
1314 When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1415 -->
Original file line number Diff line number Diff line change 11<Project >
22
33 <Target Name =" EnsureBaselineIsUpdated"
4- Condition =" '$(IsServicingBuild)' == 'true' AND
4+ Condition =" '$(ValidateBasline)' == 'true' AND
5+ '$(IsServicingBuild)' == 'true' AND
56 '$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
67 '$(MSBuildProjectName)' != 'BaselineGenerator' AND
78 '$(MSBuildProjectName)' != 'RepoTasks' "
You can’t perform that action at this time.
0 commit comments