Skip to content

Commit 72bbe21

Browse files
authored
fix(CI): temporary patch for appveyor.yml (microsoft#1209)
There seem to be connectivity issues between the AppVeyor datacenter and NuGet, the workaround is discussed here: http://help.appveyor.com/discussions/problems/7087-nuget-timeouts-since-yesterday
1 parent a4b87b7 commit 72bbe21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ image: Visual Studio 2015
55
environment:
66
nodejs_version: "6"
77

8+
hosts:
9+
api.nuget.org: 93.184.221.200
10+
811
install:
912
- ps: Install-Product node $env:nodejs_version x64
1013
- npm install -g npm@latest

0 commit comments

Comments
 (0)