Lines Matching +full:build +full:- +full:dotnet +full:- +full:windows
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 mkdir -p ../../artifacts
22 # Collect protoc artifacts built by the previous build step
23 mkdir -p protoc_plugins
24 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/protoc_* protoc_plugins || true
30 # built on multiple different platforms (linux, mac, windows), which makes
31 # it difficult to support a local build of the nuget.
50 sed -ibak "s/<\/GrpcCsharpVersion>/-singleplatform<\/GrpcCsharpVersion>/" build/dependencies.props
53 dotnet restore Grpc.sln
55 dotnet pack --configuration Release Grpc.Tools --output ../../artifacts