diff options
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 |