From 8f8c053cd34171ec7e3e3024ad14f10b9c3a8d1a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch <jtattermusch@google.com> Date: Wed, 13 May 2015 14:15:07 -0700 Subject: [PATCH] Update readme for building nuget package --- vsprojects/nuget_package/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vsprojects/nuget_package/README.md b/vsprojects/nuget_package/README.md index 80d84ce8c8..79d81297a3 100644 --- a/vsprojects/nuget_package/README.md +++ b/vsprojects/nuget_package/README.md @@ -16,5 +16,7 @@ Build all flavors of gRPC C# extension and package them as a NuGet package. ``` buildall.bat -nuget pack grpc.native.csharp_ext -``` \ No newline at end of file +nuget pack grpc.native.csharp_ext.nuspec +``` + +When building the NuGet package, ignore the "Assembly outside lib folder" warnings (they DLLs are not assemblies, they are native libraries). \ No newline at end of file -- GitLab