Skip to content
Snippets Groups Projects
Commit 5fd57e4a authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #7737 from apolcyn/update_nuget_clients

update nuget client to latest version on performance workers
parents 4bb13b35 e495928e
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,11 @@ echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee / ...@@ -112,6 +112,11 @@ echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /
sudo apt-get update sudo apt-get update
sudo apt-get install -y mono-devel nuget 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 # Ruby dependencies
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby curl -sSL https://get.rvm.io | bash -s stable --ruby
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment