From 9867f2c52c183bf9bd6c353bd55082a8402abf24 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 23 Oct 2017 12:55:35 +0200 Subject: [PATCH] Improve AppVeyor workaround --- appveyor.yml | 2 -- nuget.config | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 nuget.config diff --git a/appveyor.yml b/appveyor.yml index c4d4b1983..131771a5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,8 +26,6 @@ before_build: dotnet --info - nuget sources update -Name nuget.org -Source https://api.nuget.org/v3/index.json - dotnet restore build_script: - ps: >- diff --git a/nuget.config b/nuget.config new file mode 100644 index 000000000..5884f5915 --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ + + + + + +