diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 85d9d8a85..2827d71df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ configuration: Release install: - - cmd: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe + - cmd: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v3.5.0-beta2/NuGet.exe - cmd: nuget install gitlink -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre - cmd: nuget install GitVersion.CommandLine -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre |