Skip to content

Commit 625eebd

Browse files
authored
Set IsShipping=false for all TestingUtils projects (dotnet/extensions#2782)
\n\nCommit migrated from dotnet/extensions@0743e1c
1 parent 86859ec commit 625eebd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/TestingUtils/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<PropertyGroup>
55
<!-- These projects depend on a 3rd party source -->
66
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
7+
<IsShipping>false</IsShipping>
78
</PropertyGroup>
89
</Project>

src/TestingUtils/Microsoft.AspNetCore.Testing/src/Microsoft.AspNetCore.Testing.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<!-- This is actually a library for test projects, not a test project. -->
1010
<IsUnitTestProject>false</IsUnitTestProject>
1111
<IsPackable>true</IsPackable>
12-
<IsShipping>false</IsShipping>
1312
<HasReferenceAssembly>true</HasReferenceAssembly>
1413
<GenerateFrameworkReferenceAssembly>true</GenerateFrameworkReferenceAssembly>
1514
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->

0 commit comments

Comments
 (0)