Skip to content

Commit

Permalink
Don't publish Microsoft.AspNetCore.Testing (#4058)
Browse files Browse the repository at this point in the history
Addresses dotnet/dnceng#174
Relates to #4057
  • Loading branch information
RussKie authored Jun 8, 2023
1 parent 4ae7f49 commit 163e293
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<PackageTags>$(PackageTags);Testing</PackageTags>
</PropertyGroup>

<!-- See https://github.com/dotnet/extensions/issues/4057 -->
<PropertyGroup>
<IsPackable>false</IsPackable>
<IsShipping>false</IsShipping>
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>$(NetCoreTargetFrameworks)</TargetFrameworks>
<InjectExperimentalAttributeOnLegacy>true</InjectExperimentalAttributeOnLegacy>
Expand Down

0 comments on commit 163e293

Please sign in to comment.