Set IsShipping=false for all TestingUtils projects (#2782)
This commit is contained in:
parent
553dac482a
commit
16539847c5
|
|
@ -15,7 +15,6 @@
|
||||||
<UseLatestPackageReferences>true</UseLatestPackageReferences>
|
<UseLatestPackageReferences>true</UseLatestPackageReferences>
|
||||||
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
|
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
|
||||||
<IsPackable>true</IsPackable>
|
<IsPackable>true</IsPackable>
|
||||||
<IsShipping>false</IsShipping>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->
|
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->
|
||||||
<UseLatestPackageReferences>true</UseLatestPackageReferences>
|
<UseLatestPackageReferences>true</UseLatestPackageReferences>
|
||||||
<IsPackable>true</IsPackable>
|
<IsPackable>true</IsPackable>
|
||||||
<IsShipping>false</IsShipping>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue