File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <!-- version of all grpc-dotnet packages -->
4- <GrpcDotnetVersion >0.1.21-dev </GrpcDotnetVersion >
4+ <GrpcDotnetVersion >0.1.21-pre1 </GrpcDotnetVersion >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change @@ -30,3 +30,6 @@ mkdir -p artifacts
3030build/expand_dev_version.sh
3131
3232(cd src/Grpc.AspNetCore.Server && dotnet pack --configuration Release --output ../../artifacts)
33+ (cd src/Grpc.AspNetCore.Server.ClientFactory && dotnet pack --configuration Release --output ../../artifacts)
34+ (cd src/Grpc.Net.Client && dotnet pack --configuration Release --output ../../artifacts)
35+ (cd src/Grpc.Net.ClientFactory && dotnet pack --configuration Release --output ../../artifacts)
You can’t perform that action at this time.
0 commit comments