Skip to content

Commit

Permalink
Make AppVeyor use nuget 3.5.0 on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed Apr 16, 2017
1 parent 921a769 commit 97c2d4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 97c2d4a

Please sign in to comment.