From 15f46b8757ca993c2c40b3b3f94e6ebc74802575 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Sat, 7 Apr 2018 15:17:09 +0200 Subject: [PATCH] Last attempt at Nuget for today --- .travis.yml | 4 +--- src/NuGet.Config | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 src/NuGet.Config diff --git a/.travis.yml b/.travis.yml index 8c2e8d838..d1191851d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,2 @@ language: csharp -solution: ./src/Artemis.sln -install: - - travis_retry nuget restore -source "https://api.nuget.org/v3/index.json;https://www.myget.org/F/rgb_net/api/v3/index.json" ./src/Artemis.sln \ No newline at end of file +solution: ./src/Artemis.sln \ No newline at end of file diff --git a/src/NuGet.Config b/src/NuGet.Config new file mode 100644 index 000000000..8526aedfc --- /dev/null +++ b/src/NuGet.Config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file