diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-11-29 11:06:52 +0100 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-11-30 07:45:29 +0100 |
commit | 69299c74967ed37b0b8c6faa75a00d8f04c58bc9 (patch) | |
tree | f8581214e27d9c81662ab378b539654186ba5a20 /templates/src/csharp | |
parent | d890b25408ef458c0be2398f62cad4f60dd19bb9 (diff) |
generate reflection package as well
Diffstat (limited to 'templates/src/csharp')
-rwxr-xr-x | templates/src/csharp/build_packages_dotnetcli.sh.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/src/csharp/build_packages_dotnetcli.sh.template b/templates/src/csharp/build_packages_dotnetcli.sh.template index 99b049a5a1..91c6fb6928 100755 --- a/templates/src/csharp/build_packages_dotnetcli.sh.template +++ b/templates/src/csharp/build_packages_dotnetcli.sh.template @@ -65,6 +65,7 @@ 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 "${settings.csharp_version}" -OutputDirectory ../../artifacts nuget pack Grpc.Tools.nuspec -Version "${settings.csharp_version}" -OutputDirectory ../../artifacts |