Use latest NuGet command line tools

This commit is contained in:
Christian Gonzalez 2017-06-06 12:43:51 -07:00 коммит произвёл GitHub
Родитель 62ab625c4d
Коммит 97c13a96d3
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,8 @@
version: 1.0.{build}
image: Visual Studio 2017
configuration: Release
install:
- cmd: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
before_build:
- cmd: nuget restore
build: