Skip to content

Commit 240dd82

Browse files
author
Nate McMaster
committed
Add certificate names for code signing
1 parent b616db4 commit 240dd82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1111
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
1212
<SignAssembly>true</SignAssembly>
13+
<AssemblySigningCertName>Microsoft</AssemblySigningCertName>
14+
<PackageSigningCertName>MicrosoftNuGet</PackageSigningCertName>
1315
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
1416
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1517
</PropertyGroup>

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.2.0-preview1-17067
2-
commithash:2af0e2e3d02329b4f0290061ab9bd8c7ca1aa26f
1+
version:2.2.0-preview1-17075
2+
commithash:d9f07c7f313a0af1d49f003f5424b4dbbdd3e09f

0 commit comments

Comments
 (0)