Skip to content

Commit 96bc140

Browse files
Remove bundles from None item
Hopefully this will stop contributor's PRs from trying to add this in all the time.
1 parent f20982d commit 96bc140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/AspNet.Security.OAuth.Providers.Tests/AspNet.Security.OAuth.Providers.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<ItemGroup>
1212
<Content Include="xunit.runner.json;**\bundle.json" Exclude="bin\**\bundle.json" CopyToOutputDirectory="PreserveNewest" />
1313
<Content Include="Apple\test.p8;Apple\test.pfx" CopyToOutputDirectory="PreserveNewest" />
14+
<None Remove="**\bundle.json" />
1415
</ItemGroup>
1516

1617
<ItemGroup>

0 commit comments

Comments
 (0)