diff options
author | Jose <jose@zeroc.com> | 2016-11-18 21:52:10 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-18 21:52:10 +0100 |
commit | 2f3c4bdf8fa6b0e09b5dbb5cc8d585a798c64be6 (patch) | |
tree | 34d954f4ffd295f104ccb5dcd33c6d1fe1ff3e4d /csharp/BuildInstructions.md | |
parent | Remove MinGW/Ruby Windows instructions that is not supported with 3.7 (diff) | |
download | ice-2f3c4bdf8fa6b0e09b5dbb5cc8d585a798c64be6.tar.bz2 ice-2f3c4bdf8fa6b0e09b5dbb5cc8d585a798c64be6.tar.xz ice-2f3c4bdf8fa6b0e09b5dbb5cc8d585a798c64be6.zip |
Add NugetPack to CSharp build instructions
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r-- | csharp/BuildInstructions.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md index c20899c84a7..39ed3b4f147 100644 --- a/csharp/BuildInstructions.md +++ b/csharp/BuildInstructions.md @@ -66,6 +66,14 @@ configurations. MSBuild msbuild\ice.proj /p:Configuration=Release-Managed +## Nuget packages + +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`. + [1]: https://zeroc.com/download.html [2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0 [3]: https://github.com/zeroc-ice/ice-builder-visualstudio |