You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/targets/Packaging.targets
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,7 @@
1
1
<Project>
2
2
3
-
<!--
4
-
For now at least, disable this check and ignore out-of-date package baselines.
5
-
Revisit after aspnet/AspNetCore#12702 is complete.
6
-
-->
7
3
<TargetName="EnsureBaselineIsUpdated"
8
-
Condition="'$(IsServicingBuild)' == 'true' AND '$(StabilizePackageVersion)' != 'true' AND '$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)'"
4
+
Condition="'$(IsServicingBuild)' == 'true' AND '$(IgnorePackageBaselines)' != 'true' AND '$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)'"
9
5
BeforeTargets="BeforeBuild">
10
6
<ErrorText="The package baseline ($(AspNetCoreBaselineVersion)) is out of date with the latest release of this repo ($(PreviousAspNetCoreReleaseVersion)).
11
7
See $(RepoRoot)eng\tools\BaselineGenerator\README.md for instructions on updating this baseline." />
0 commit comments