diff options
author | Jose <jose@zeroc.com> | 2017-03-02 23:24:10 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-03-02 23:24:10 +0100 |
commit | 1ce8dc9a307b5ca27b5cf238fd46d181d07baadb (patch) | |
tree | 5d32f1f011cbbdf23385026b74b539b7f9eac4d1 /csharp/BuildInstructions.md | |
parent | Replace UseBinDist with ICE_BIN_DIST (diff) | |
download | ice-1ce8dc9a307b5ca27b5cf238fd46d181d07baadb.tar.bz2 ice-1ce8dc9a307b5ca27b5cf238fd46d181d07baadb.tar.xz ice-1ce8dc9a307b5ca27b5cf238fd46d181d07baadb.zip |
use ICE_BIN_DIST instead of UseBinDist
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r-- | csharp/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md index a1be075e12d..53c2849d4a1 100644 --- a/csharp/BuildInstructions.md +++ b/csharp/BuildInstructions.md @@ -33,7 +33,7 @@ To build the Ice assemblies, services and tests, run It is also possible to build the test suite using the binary Nuget packages, use: - MSbuild msbuild\ice.proj /p:UseBinDist=yes + MSbuild msbuild\ice.proj /p:ICE_BIN_DIST=all Upon completion, the Ice assemblies are placed in the `Assemblies` subdirectory. |