diff options
author | Jose <jose@zeroc.com> | 2016-12-08 16:45:41 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-12-08 16:45:41 +0100 |
commit | 28bed588043ea1ce25736e06a9d5924384b8adcb (patch) | |
tree | b5f0573565793f7ed81266fd40bf51395f620826 /csharp/BuildInstructions.md | |
parent | Rename UseNugetBinDist -> UseBinDist (diff) | |
download | ice-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.md | 4 |
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 |