[Fixes #2002] UI package has path error (#2024)

This commit is contained in:
Javier Calvarro Nelson 2018-10-25 15:33:49 -07:00 committed by GitHub
parent daff2f3037
commit 51de582c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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