diff options
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 009ab083e73..c745bfc04bf 100644 --- a/csharp/BuildInstructions.md +++ b/csharp/BuildInstructions.md @@ -34,7 +34,7 @@ To build the Ice assemblies, services and tests, run Upon completion, the Ice assemblies are placed in the `Assemblies` subdirectory. -If you want to run the test suite without building the entire source base, use this +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 |