Skip to content

Commit

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

Please sign in to comment.