From 97c2d4a130dee27a90382a659b7fa5ab9647ee00 Mon Sep 17 00:00:00 2001 From: Rikki Tooley Date: Sun, 16 Apr 2017 19:24:20 +0100 Subject: [PATCH] Make AppVeyor use nuget 3.5.0 on all branches --- appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 36cd4f15..8ceb0ac9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,6 +62,9 @@ configuration: Release + install: + - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v3.5.0/nuget.exe + before_build: - ps: nuget restore IF.Lastfm.sln @@ -107,6 +110,9 @@ configuration: Release + install: + - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v3.5.0/nuget.exe + before_build: - ps: nuget restore IF.Lastfm.sln @@ -156,6 +162,9 @@ configuration: Release + install: + - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v3.5.0/nuget.exe + before_build: - ps: nuget restore IF.Lastfm.sln