Skip to content

Commit

Permalink
Merge pull request grpc#7737 from apolcyn/update_nuget_clients
Browse files Browse the repository at this point in the history
update nuget client to latest version on performance workers
  • Loading branch information
jtattermusch authored Sep 7, 2016
2 parents 4bb13b3 + e495928 commit 5fd57e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/gce/linux_performance_worker_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /
sudo apt-get update
sudo apt-get install -y mono-devel nuget

# The version of nuget that is installed using apt-get is too old to download
# the System.Interactive.Async.3.0.0 C# dependency. Update to the latest version
# in order to be able download it.
sudo nuget update -self

# Ruby dependencies
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby
Expand Down

0 comments on commit 5fd57e4

Please sign in to comment.