Skip to content

Commit fd0a4e4

Browse files
authored
Update Packaging.targets
1 parent da20836 commit fd0a4e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/targets/Packaging.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project>
22

33
<Target Name="EnsureBaselineIsUpdated"
4-
Condition=" '$(ValidateBasline)' == 'true' AND
5-
'$(IsServicingBuild)' == 'true' AND
4+
Condition=" '$(IsServicingBuild)' == 'true' AND
65
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
76
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
87
'$(MSBuildProjectName)' != 'RepoTasks' "

0 commit comments

Comments
 (0)