Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add certificate names for code signing
  • Loading branch information
Nate McMaster committed Jun 6, 2018
1 parent b616db4 commit 240dd82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Expand Up @@ -10,6 +10,8 @@
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<AssemblySigningCertName>Microsoft</AssemblySigningCertName>
<PackageSigningCertName>MicrosoftNuGet</PackageSigningCertName>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions korebuild-lock.txt
@@ -1,2 +1,2 @@
version:2.2.0-preview1-17067
commithash:2af0e2e3d02329b4f0290061ab9bd8c7ca1aa26f
version:2.2.0-preview1-17075
commithash:d9f07c7f313a0af1d49f003f5424b4dbbdd3e09f

0 comments on commit 240dd82

Please sign in to comment.