OLD | NEW |
(Empty) | |
| 1 gRPC Native Nuget package |
| 2 ========================= |
| 3 |
| 4 Prerequisites |
| 5 ------------- |
| 6 |
| 7 NuGet binary |
| 8 |
| 9 Building the package |
| 10 -------------------- |
| 11 |
| 12 To build the native package, you need precompiled versions |
| 13 of grpc_csharp_ext library artifacts for Windows, Linux and Mac. |
| 14 In the normal gRPC release process, these are built by a Jenkins |
| 15 job and they are copied to the expected location before building |
| 16 the native nuget package is attempted. |
| 17 |
| 18 See tools/run_tests/build_artifacts.py for more details how |
| 19 precompiled artifacts are built. |
| 20 |
| 21 When building the native NuGet package, ignore the "Assembly outside lib folder" |
| 22 warnings (the DLLs are not assemblies, they are native libraries). |
OLD | NEW |