summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-06-30 16:58:50 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-06-30 16:58:50 +0200
commitcca0a663c888dba18b319cf7b2017ec46347cf05 (patch)
treed99c5b95bbdc77bb343585265c4c579193edd247 /csharp/BuildInstructions.md
parentFixed ICE-8194 - Ice/objects crash with Ice debug library (diff)
downloadice-cca0a663c888dba18b319cf7b2017ec46347cf05.tar.bz2
ice-cca0a663c888dba18b319cf7b2017ec46347cf05.tar.xz
ice-cca0a663c888dba18b319cf7b2017ec46347cf05.zip
Fixed documentation files to use 80 columns
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r--csharp/BuildInstructions.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index 23f7dcc4149..60edee20fcc 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -34,12 +34,13 @@ To build the Ice assemblies, services and tests, run
Upon completion, the Ice assemblies are placed in the `Assemblies` subdirectory.
-If you want to build the test suite without building the entire source base, use this
-command:
+If you want to build the test suite without building the entire source base, use
+this command:
msbuild msbuild\ice.proj /p:ICE_BIN_DIST=all
-The build will automatically install ZeroC's official Ice binary NuGet packages if necessary.
+The build will automatically install ZeroC's official Ice binary NuGet packages
+if necessary.
## Running the .NET Tests