Skip to content

Commit 4816885

Browse files
committed
Revert to NuGet 3.3 to fix broken build
1 parent 0c8bdf4 commit 4816885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ install:
3030
- git submodule -q update --init
3131

3232
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")
3334
- nuget restore
3435

3536
build:

0 commit comments

Comments
 (0)