Set IsShipping=false for all TestingUtils projects (#2782)

This commit is contained in:
William Godbe 2019-12-12 13:43:49 -08:00 committed by GitHub
parent 553dac482a
commit 16539847c5
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
<UseLatestPackageReferences>true</UseLatestPackageReferences>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
</PropertyGroup>
<ItemGroup>

View File

@ -10,7 +10,6 @@
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->
<UseLatestPackageReferences>true</UseLatestPackageReferences>
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
</PropertyGroup>
<ItemGroup>