summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-06-30 12:45:01 -0700
committerMark Spruiell <mes@zeroc.com>2017-06-30 12:45:01 -0700
commitba9e7340682bdf804037d55da58c1d98fa6cb03f (patch)
tree3752634c6691f0f1b65decc5d8b558f3943bd8f1 /csharp/BuildInstructions.md
parentDestroy thread-specific key when possible (ICE-8196) (diff)
downloadice-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.md14
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