Remove global.json because .403 became suddenly unavailable

This commit is contained in:
nicolas.dorier
2018-11-13 16:41:49 +09:00
parent 258d4fda3f
commit 441398402d
2 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -1,5 +0,0 @@
{
"sdk": {
"version": "2.1.403"
}
}