summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-08 16:45:41 +0100
committerJose <jose@zeroc.com>2016-12-08 16:45:41 +0100
commit28bed588043ea1ce25736e06a9d5924384b8adcb (patch)
treeb5f0573565793f7ed81266fd40bf51395f620826 /csharp/BuildInstructions.md
parentRename UseNugetBinDist -> UseBinDist (diff)
downloadice-28bed588043ea1ce25736e06a9d5924384b8adcb.tar.bz2
ice-28bed588043ea1ce25736e06a9d5924384b8adcb.tar.xz
ice-28bed588043ea1ce25736e06a9d5924384b8adcb.zip
Minor update to CSharp build instructions
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r--csharp/BuildInstructions.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index 28589d46a74..a1be075e12d 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -31,6 +31,10 @@ To build the Ice assemblies, services and tests, run
MSBuild msbuild\ice.proj
+It is also possible to build the test suite using the binary Nuget packages, use:
+
+ MSbuild msbuild\ice.proj /p:UseBinDist=yes
+
Upon completion, the Ice assemblies are placed in the `Assemblies` subdirectory.
## Running the .NET Tests