Skip to content

Commit

Permalink
Fix signing error on local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Jan 9, 2019
1 parent edea262 commit 1ed592d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<ExcludePackageFileFromSigning Include="System.CodeDom.dll" />
<ExcludePackageFileFromSigning Include="System.Runtime.CompilerServices.Unsafe.dll" />
<ExcludePackageFileFromSigning Include="System.Text.Encoding.CodePages.dll" />

<!-- JS files -->
<ExcludePackageFileFromSigning Include="blazor.server.js" />
<ExcludePackageFileFromSigning Include="blazor.webassembly.js" />
</ItemGroup>

<!-- Executes /t:Publish for all target frameworks before packing-->
Expand Down

0 comments on commit 1ed592d

Please sign in to comment.