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