aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/build_packages_dotnetcli.sh
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-11-29 11:06:52 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-11-30 07:45:29 +0100
commit69299c74967ed37b0b8c6faa75a00d8f04c58bc9 (patch)
treef8581214e27d9c81662ab378b539654186ba5a20 /src/csharp/build_packages_dotnetcli.sh
parentd890b25408ef458c0be2398f62cad4f60dd19bb9 (diff)
generate reflection package as well
Diffstat (limited to 'src/csharp/build_packages_dotnetcli.sh')
-rwxr-xr-xsrc/csharp/build_packages_dotnetcli.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/build_packages_dotnetcli.sh b/src/csharp/build_packages_dotnetcli.sh
index 3c127f320b..52cf2f9ddc 100755
--- a/src/csharp/build_packages_dotnetcli.sh
+++ b/src/csharp/build_packages_dotnetcli.sh
@@ -63,6 +63,7 @@ dotnet restore .
dotnet pack --configuration Release Grpc.Core/project.json --output ../../artifacts
dotnet pack --configuration Release Grpc.Auth/project.json --output ../../artifacts
dotnet pack --configuration Release Grpc.HealthCheck/project.json --output ../../artifacts
+dotnet pack --configuration Release Grpc.Reflection/project.json --output ../../artifacts
nuget pack Grpc.nuspec -Version "1.1.0-dev" -OutputDirectory ../../artifacts
nuget pack Grpc.Tools.nuspec -Version "1.1.0-dev" -OutputDirectory ../../artifacts