Home | History | Annotate | Download | only in csharp

Lines Matching refs:gRPC

1 @rem Copyright 2016 gRPC authors.
32 %DOTNET% restore Grpc.sln || goto :error
37 %DOTNET% pack --configuration Release Grpc.Core --output ..\..\..\artifacts || goto :error
38 %DOTNET% pack --configuration Release Grpc.Core.Testing --output ..\..\..\artifacts || goto :error
39 %DOTNET% pack --configuration Release Grpc.Auth --output ..\..\..\artifacts || goto :error
40 %DOTNET% pack --configuration Release Grpc.HealthCheck --output ..\..\..\artifacts || goto :error
41 %DOTNET% pack --configuration Release Grpc.Reflection --output ..\..\..\artifacts || goto :error
43 %NUGET% pack Grpc.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts || goto :error
44 %NUGET% pack Grpc.Core.NativeDebug.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts
45 %NUGET% pack Grpc.Tools.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts