Ensure static analysis gets the right package versions when patching a package
This commit is contained in:
parent
70483af8dd
commit
af8d67f353
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<!-- Temporary: this target is used to gather version information to pass to submodule builds. This can be removed after we finish merging submodules. -->
|
||||
<Target Name="GetBaselineArtifactInfo"
|
||||
Condition="'$(IsPackableInNonServicingBuild)' == 'true'"
|
||||
Condition="'$(IsPackableInNonServicingBuild)' == 'true' AND '$(IsPackable)' != 'true' "
|
||||
Returns="@(ArtifactInfo)"
|
||||
BeforeTargets="GetArtifactInfo">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue