From 2a85ebb7ea53e34297d2f8d02a4da689df0f8d8e Mon Sep 17 00:00:00 2001 From: Collin Date: Tue, 18 Jul 2017 12:53:16 +0300 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 190b44d..1195862 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ version: 1.0.0-{branch}-{build} +hosts: + api.nuget.org: 93.184.221.200 + image: Visual Studio 2017 init: @@ -15,4 +18,4 @@ test_script: - cmd: call cmd /C "cd .\build & test.cmd" artifacts: - - path: '**\*.nupkg' \ No newline at end of file + - path: '**\*.nupkg'