We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da20836 commit fd0a4e4Copy full SHA for fd0a4e4
eng/targets/Packaging.targets
@@ -1,8 +1,7 @@
1
<Project>
2
3
<Target Name="EnsureBaselineIsUpdated"
4
- Condition=" '$(ValidateBasline)' == 'true' AND
5
- '$(IsServicingBuild)' == 'true' AND
+ Condition=" '$(IsServicingBuild)' == 'true' AND
6
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
7
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
8
'$(MSBuildProjectName)' != 'RepoTasks' "
0 commit comments