diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-30 16:52:23 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-30 16:52:23 -0700 |
commit | 3ef5dea2eb172f70291d3359173a67d06c55a88d (patch) | |
tree | 46a1be7a05e79c4e3436771f0a65a9cf3751b6be /csharp/BuildInstructions.md | |
parent | Fixes to CSHarp signatures (diff) | |
download | ice-3ef5dea2eb172f70291d3359173a67d06c55a88d.tar.bz2 ice-3ef5dea2eb172f70291d3359173a67d06c55a88d.tar.xz ice-3ef5dea2eb172f70291d3359173a67d06c55a88d.zip |
ICE-8183 - improve failure handling in C# IceSSL test
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r-- | csharp/BuildInstructions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md index 53b10a44050..b32f9759277 100644 --- a/csharp/BuildInstructions.md +++ b/csharp/BuildInstructions.md @@ -46,9 +46,9 @@ and you must re-sign the assemblies with the full identity key pair. If only KEYFILE is set, the assemblies are fully signed during the build using KEYFILE. -If both PUBLIC_KEYFILE and KEYFILE are set, assemblies are delay signed during the -build using PUBLIC_KEYFILE and re-sig after build using KEYFILE. This can be used -for generating [Enhanced Strong Naming](3) signatures. +If both PUBLIC_KEYFILE and KEYFILE are set, assemblies are delay signed during +the build using PUBLIC_KEYFILE and re-signed after the build using KEYFILE. +This can be used for generating [Enhanced Strong Naming](3) signatures. You can also sign the Ice binaries with Authenticode by setting the following environment variables: |