Skip to content

Commit af8d67f

Browse files
author
Nate McMaster
committed
Ensure static analysis gets the right package versions when patching a package
1 parent 70483af commit af8d67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/targets/Packaging.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Temporary: this target is used to gather version information to pass to submodule builds. This can be removed after we finish merging submodules. -->
1111
<Target Name="GetBaselineArtifactInfo"
12-
Condition="'$(IsPackableInNonServicingBuild)' == 'true'"
12+
Condition="'$(IsPackableInNonServicingBuild)' == 'true' AND '$(IsPackable)' != 'true' "
1313
Returns="@(ArtifactInfo)"
1414
BeforeTargets="GetArtifactInfo">
1515

0 commit comments

Comments
 (0)