We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8bdf4 commit 4816885Copy full SHA for 4816885
appveyor.yml
@@ -30,6 +30,7 @@ install:
30
- git submodule -q update --init
31
32
before_build:
33
+- ps: if (Test-Path 'C:\Tools\NuGet3') { $nugetDir = 'C:\Tools\NuGet3' } else { $nugetDir = 'C:\Tools\NuGet' }; (New-Object Net.WebClient).DownloadFile('https://dist.nuget.org/win-x86-commandline/v3.3.0/nuget.exe', "$nugetDir\NuGet.exe")
34
- nuget restore
35
36
build:
0 commit comments