Merge pull request #675 from jtattermusch/signing
Add ReleaseSigned configuration for C#pull/680/head
commit
bf1cc9217a
14 changed files with 87 additions and 92 deletions
Binary file not shown.
Binary file not shown.
@ -0,0 +1,5 @@ |
||||
Contents |
||||
-------- |
||||
|
||||
- Google.Protobuf.public.snk: |
||||
Public key to verify strong name of Google.Protobuf assemblies. |
@ -1,13 +0,0 @@ |
||||
@ECHO OFF |
||||
IF EXIST "C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\sn.exe" GOTO FOUND |
||||
goto USEPATH |
||||
|
||||
:FOUND |
||||
"C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\sn.exe" -k %~dp0\Google.Protobuf.snk |
||||
GOTO EXIT |
||||
|
||||
:USEPATH |
||||
sn.exe -k %~dp0\Google.Protobuf.snk |
||||
GOTO EXIT |
||||
|
||||
:EXIT |
Loading…
Reference in new issue