From 402f66f5fa492e41199f5e61f0504865ba394bd8 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Mon, 17 Jul 2017 21:20:06 -0500 Subject: [PATCH] AppVeyor issue workaround NuGet CDN problem --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e3a556b..5a694b5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,3 +9,6 @@ artifacts: - path: artifacts\nupkg\*.nupkg test: off + +hosts: + api.nuget.org: 93.184.221.200 \ No newline at end of file