Skip to content

Commit 8b48191

Browse files
authored
Ensure static analysis gets the right package versions when patching a package
1 parent b38f936 commit 8b48191

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' AND '$(IsSubfolderBuild)' != 'true' "
12+
Condition="'$(IsPackableInNonServicingBuild)' == 'true' AND '$(IsSubfolderBuild)' != 'true' AND '$(IsPackable)' != 'true' "
1313
Returns="@(ArtifactInfo)"
1414
BeforeTargets="GetArtifactInfo">
1515

0 commit comments

Comments
 (0)