diff options
author | Jose <jose@zeroc.com> | 2016-11-18 18:50:41 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-18 18:50:41 +0100 |
commit | e601d78a1236648d2433e9268bb4dc261334f805 (patch) | |
tree | c86b4b2cb60984969478aef88de10a8a88c7c699 /cpp/BuildInstructionsWindows.md | |
parent | Update windows build instructions (diff) | |
download | ice-e601d78a1236648d2433e9268bb4dc261334f805.tar.bz2 ice-e601d78a1236648d2433e9268bb4dc261334f805.tar.xz ice-e601d78a1236648d2433e9268bb4dc261334f805.zip |
Windows build instructions markup fixes
Diffstat (limited to 'cpp/BuildInstructionsWindows.md')
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md index 3b136f97219..1af06f0ee81 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -153,15 +153,15 @@ To create a Nuget package for the distribution use the following command: MSbuild msbuild\ice.proj /t:NugetPack /p:BuildAllConfigurations=yes -This will create zeroc.ice.v120\zeroc.ice.v120.nuckpkg or zeroc.ice.v140\zeroc.ice.v140.nuckpkg +This will create `zeroc.ice.v120\zeroc.ice.v120.nuckpkg` or `zeroc.ice.v140\zeroc.ice.v140.nuckpkg` depending of the compiler version you are using to build the package. To create UWP Nuget packages you must use the `UWPNugetPack` target instead: MSbuild msbuild\ice.proj /t:UWPNugetPack /p:BuildAllConfigurations=yes -This will create zeroc.ice.uwp\zeroc.ice.uwp.nuckpkg, zeroc.ice.uwp.arm\zeroc.ice.uwp.arm.nuckpkg, -zeroc.ice.uwp.x64\zeroc.ice.uwp.x64.nuckpkg and zeroc.ice.uwp.x86\zeroc.ice.uwp.x96.nuckpkg packages. +This will create `zeroc.ice.uwp\zeroc.ice.uwp.nuckpkg`, `zeroc.ice.uwp.arm\zeroc.ice.uwp.arm.nuckpkg`, +`zeroc.ice.uwp.x64\zeroc.ice.uwp.x64.nuckpkg` and `zeroc.ice.uwp.x86\zeroc.ice.uwp.x96.nuckpkg packages`. ## Running the Test Suite |