aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/nuget_package/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-13 14:15:07 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-14 17:20:39 -0700
commit8f8c053cd34171ec7e3e3024ad14f10b9c3a8d1a (patch)
tree780651c6b2aa669627132f57a7f122f4b24e02f6 /vsprojects/nuget_package/README.md
parent3bc8ba9ee2d5a320ea5005a72a9653a82514b2bf (diff)
Update readme for building nuget package
Diffstat (limited to 'vsprojects/nuget_package/README.md')
-rw-r--r--vsprojects/nuget_package/README.md6
1 files 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