diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-30 12:45:01 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-30 12:45:01 -0700 |
commit | ba9e7340682bdf804037d55da58c1d98fa6cb03f (patch) | |
tree | 3752634c6691f0f1b65decc5d8b558f3943bd8f1 /csharp/BuildInstructions.md | |
parent | Destroy thread-specific key when possible (ICE-8196) (diff) | |
download | ice-ba9e7340682bdf804037d55da58c1d98fa6cb03f.tar.bz2 ice-ba9e7340682bdf804037d55da58c1d98fa6cb03f.tar.xz ice-ba9e7340682bdf804037d55da58c1d98fa6cb03f.zip |
minor edits to csharp/BuildInstructions.md
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r-- | csharp/BuildInstructions.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md index 051e989ec4f..a6ac296b91a 100644 --- a/csharp/BuildInstructions.md +++ b/csharp/BuildInstructions.md @@ -37,16 +37,16 @@ Upon completion, the Ice assemblies are placed in the `Assemblies` subdirectory. You can add Strong Naming signatures to Ice assemblies by setting the following environment variables: - - PUBLIC_KEYFILE Identity public key use to delay sign the assembly - - KEYFILE Identy full key pair use to sign the assembly + - PUBLIC_KEYFILE Identity public key used to delay sign the assembly + - KEYFILE Identity full key pair used to sign the assembly -If only PUBLIC_KEYFILE is set the assemblies are delay sign during build and you -must re-sign the assemblies with the full identity key pair. +If only PUBLIC_KEYFILE is set, the assemblies are delay signed during the build +and you must re-sign the assemblies with the full identity key pair. -If both PUBLIC_KEYFILE and KEYFILE are set or only KEYFILE is set the assemblies -are fully signed during build using KEYFILE. +If both PUBLIC_KEYFILE and KEYFILE are set, or only KEYFILE is set, the +assemblies are fully signed during the build using KEYFILE. -You can also sign the Ice binaries with Authenticode, by setting the following +You can also sign the Ice binaries with Authenticode by setting the following environment variables: - SIGN_CERTIFICATE to your Authenticode certificate |