File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
<AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
11
11
<AspNetCorePatchVersion >0</AspNetCorePatchVersion >
12
12
<PreReleaseVersionIteration >3</PreReleaseVersionIteration >
13
+ <ValidateBaseline >true</ValidateBaseline >
13
14
<!--
14
15
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
15
16
-->
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 =" '$(ValidateBaseline)' == '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