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 1010 <AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
1111 <AspNetCorePatchVersion >0</AspNetCorePatchVersion >
1212 <PreReleaseVersionIteration >3</PreReleaseVersionIteration >
13+ <ValidateBaseline >true</ValidateBaseline >
1314 <!--
1415 When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1516 -->
Original file line number Diff line number Diff line change 11<Project >
22
33 <Target Name =" EnsureBaselineIsUpdated"
4- Condition =" '$(IsServicingBuild)' == 'true' AND
4+ Condition =" '$(ValidateBaseline)' == '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