Skip to content

Commit

Permalink
fix kokoro build_nuget.sh script (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Feb 21, 2019
1 parent 2da5b83 commit 9290db1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kokoro/build_nuget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ set -ex
# change to grpc repo root
cd $(dirname $0)/..

export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true

# Install dotnet SDK
# copied from .travis.yml
curl -o dotnet-sdk.tar.gz -sSL https://download.visualstudio.microsoft.com/download/pr/efa6dde9-a5ee-4322-b13c-a2a02d3980f0/dad445eba341c1d806bae5c8afb47015/dotnet-sdk-3.0.100-preview-010184-linux-x64.tar.gz
mkdir -p $PWD/dotnet
tar zxf dotnet-sdk.tar.gz -C $PWD/dotnet
export PATH="$PWD/dotnet:$PATH"
sudo apt-get install -y jq
./build/get-dotnet.sh
export PATH="$HOME/.dotnet/:$PATH"

# TODO(jtattermusch): remove this before release, otherwise
# references will be broken.
Expand Down

0 comments on commit 9290db1

Please sign in to comment.