Set IsShipping=false for all TestingUtils projects (dotnet/extensions#2782)
\n\nCommit migrated from 0743e1c118
This commit is contained in:
parent
03059afd13
commit
bb08ec9c04
|
|
@ -4,5 +4,6 @@
|
|||
<PropertyGroup>
|
||||
<!-- These projects depend on a 3rd party source -->
|
||||
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
|
||||
<IsShipping>false</IsShipping>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -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. -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue