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

\n\nCommit migrated from 0743e1c118
This commit is contained in:
William Godbe 2019-12-12 13:43:49 -08:00 committed by GitHub
parent 03059afd13
commit bb08ec9c04
2 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,6 @@
<PropertyGroup>
<!-- These projects depend on a 3rd party source -->
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
<IsShipping>false</IsShipping>
</PropertyGroup>
</Project>

View File

@ -9,7 +9,6 @@
<!-- This is actually a library for test projects, not a test project. -->
<IsUnitTestProject>false</IsUnitTestProject>
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
<HasReferenceAssembly>true</HasReferenceAssembly>
<GenerateFrameworkReferenceAssembly>true</GenerateFrameworkReferenceAssembly>
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->