Exclude wwwroot from IdentityUI content (#10664)

This commit is contained in:
Ryan Brandenburg 2019-05-31 16:22:39 -07:00 committed by GitHub
parent 5d6c2edab0
commit 15b7dc5aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<None Remove="wwwroot/**/LICENSE*" />
<None Include="THIRD-PARTY-NOTICES.txt" Pack="true" PackagePath="/THIRD-PARTY-NOTICES.txt" />
<Content Update="wwwroot/**/*" Pack="false" />
<Content Update="**\*.cshtml" Pack="false" />
</ItemGroup>