From aa59780402bf363064b665d13f3d85c718f6b175 Mon Sep 17 00:00:00 2001 From: Matt <18367146+Stxtics@users.noreply.github.com> Date: Wed, 30 May 2018 20:13:20 +0100 Subject: [PATCH 1/3] Update .travis.yml --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ae711f..ee265ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: csharp solution: FredBotNETCore.sln install: - - mono nuget.exe restore -s https://www.myget.org/F/discord-net/api/v3/index.json + - cd src + - curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe + - ls + - mono nuget.exe restore FredBotNETCore.sln -Verbosity Detailed -NonInteractive -ConfigFile nuget.config From 3bf8b29cdd15d3989af9ff455face8fccfb8af0c Mon Sep 17 00:00:00 2001 From: Matt <18367146+Stxtics@users.noreply.github.com> Date: Wed, 30 May 2018 20:17:25 +0100 Subject: [PATCH 2/3] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee265ad..815884d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: csharp solution: FredBotNETCore.sln install: - - cd src - curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe - ls - mono nuget.exe restore FredBotNETCore.sln -Verbosity Detailed -NonInteractive -ConfigFile nuget.config From 74dadb88bb069bb5ec1fb216c06d609cad4b1bf3 Mon Sep 17 00:00:00 2001 From: Matt <18367146+Stxtics@users.noreply.github.com> Date: Wed, 30 May 2018 20:25:52 +0100 Subject: [PATCH 3/3] Create nuget.config --- nuget.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nuget.config diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..87d5868 --- /dev/null +++ b/nuget.config @@ -0,0 +1,10 @@ + + + + + + + + + +