Lines Matching +full:build +full:- +full:local +full:- +full:artifacts
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
31 # it difficult to support a local build of the nuget.
32 # To allow simple local builds (restricted to a single platform),
33 # we provide a way of building "partial" nugets that only include artifacts
35 # contain placeholders (empty files) for artifacts that normally need
43 # create placeholders for artifacts that can't be built
50 sed -ibak "s/<\/GrpcCsharpVersion>/-singleplatform<\/GrpcCsharpVersion>/" build/dependencies.props
55 dotnet pack --configuration Release Grpc.Tools --output ../../artifacts
58 cd ../../artifacts