diff options
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r-- | csharp/BuildInstructions.md | 7 |
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 |