From 441398402dc7379496e3213d802fad2f6ab62aa0 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 13 Nov 2018 16:41:49 +0900 Subject: [PATCH] Remove global.json because .403 became suddenly unavailable --- .circleci/config.yml | 1 - global.json | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 global.json diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ab30d798..6523204a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,6 @@ jobs: sudo apt-get update sudo apt-get install dotnet-sdk-2.1 dotnet --info - rm global.json dotnet build /p:TreatWarningsAsErrors=true cd BTCPayServer.Tests dotnet test --filter Fast=Fast diff --git a/global.json b/global.json deleted file mode 100644 index 55e448dfe..000000000 --- a/global.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "sdk": { - "version": "2.1.403" - } -}