Merge in 'release/2.1' changes

This commit is contained in:
dotnet-bot 2018-11-27 20:58:13 +00:00
commit c4c23b0d59
1 changed files with 1 additions and 1 deletions

View File

@ -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">