Merge in 'release/2.2' changes

This commit is contained in:
dotnet-bot 2018-11-29 00:47:11 +00:00
commit 2410fab6c0
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' AND '$(IsSubfolderBuild)' != 'true' "
Condition="'$(IsPackableInNonServicingBuild)' == 'true' AND '$(IsSubfolderBuild)' != 'true' AND '$(IsPackable)' != 'true' "
Returns="@(ArtifactInfo)"
BeforeTargets="GetArtifactInfo">