summaryrefslogtreecommitdiff
path: root/csharp/BuildInstructions.md
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-08 14:30:41 +0100
committerJose <jose@zeroc.com>2016-12-08 14:30:41 +0100
commit1656b9f7745def035c07c78473dbbe8ab79dca2c (patch)
treeb20fd910d78c39a0d7e4cc257b68e680aeff0fde /csharp/BuildInstructions.md
parentBuild PHP NTS and non NTS configurations with top-level ice.proj (diff)
downloadice-1656b9f7745def035c07c78473dbbe8ab79dca2c.tar.bz2
ice-1656b9f7745def035c07c78473dbbe8ab79dca2c.tar.xz
ice-1656b9f7745def035c07c78473dbbe8ab79dca2c.zip
Rename UseNugetBinDist -> UseBinDist
MSI binary distribution will not include C++/C# SDKs so there is no need to differentiate MSI and Nuget bin dists.
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r--csharp/BuildInstructions.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index 7978c015e6e..28589d46a74 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -45,11 +45,6 @@ At the command prompt, execute:
> python allTests.py
-You can also run tests individually by changing to the test directory and
-running this command:
-
- > python run.py
-
If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
@@ -72,7 +67,7 @@ To create a Nuget package for the distribution use the following command:
MSbuild msbuild\ice.proj /t:NugetPack
-This will create `zeroc.ice.net\zeroc.ice.net.nuckpkg`.
+This will create `zeroc.ice.net\zeroc.ice.net.nupkg`.
[1]: https://zeroc.com/download.html
[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0