Skip to content

Commit c4e1c92

Browse files
authored
Don't publish Microsoft.AspNetCore.Testing (#4059)
Addresses dotnet/dnceng#174 Relates to #4057 (cherry picked from commit 163e293)
1 parent e332d5b commit c4e1c92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Libraries/Microsoft.AspNetCore.Testing/Microsoft.AspNetCore.Testing.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<PackageTags>$(PackageTags);Testing</PackageTags>
77
</PropertyGroup>
88

9+
<!-- See https://github.com/dotnet/extensions/issues/4057 -->
10+
<PropertyGroup>
11+
<IsPackable>false</IsPackable>
12+
<IsShipping>false</IsShipping>
13+
</PropertyGroup>
14+
915
<PropertyGroup>
1016
<TargetFrameworks>$(NetCoreTargetFrameworks)</TargetFrameworks>
1117
<InjectExperimentalAttributeOnLegacy>true</InjectExperimentalAttributeOnLegacy>

0 commit comments

Comments
 (0)