diff --git a/build/version.props b/build/version.props index e7430fc43..e835b711f 100644 --- a/build/version.props +++ b/build/version.props @@ -1,6 +1,6 @@ - 0.1.21-dev + 0.1.21-pre1 diff --git a/kokoro/build_nuget.sh b/kokoro/build_nuget.sh index 2da96b38e..6d50e3fec 100755 --- a/kokoro/build_nuget.sh +++ b/kokoro/build_nuget.sh @@ -30,3 +30,6 @@ mkdir -p artifacts build/expand_dev_version.sh (cd src/Grpc.AspNetCore.Server && dotnet pack --configuration Release --output ../../artifacts) +(cd src/Grpc.AspNetCore.Server.ClientFactory && dotnet pack --configuration Release --output ../../artifacts) +(cd src/Grpc.Net.Client && dotnet pack --configuration Release --output ../../artifacts) +(cd src/Grpc.Net.ClientFactory && dotnet pack --configuration Release --output ../../artifacts)