Warning as errors

This commit is contained in:
nicolas.dorier 2018-10-28 22:15:32 +09:00
parent 4625ff92f1
commit 8e8669d63f

View File

@ -17,6 +17,7 @@ jobs:
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-2.1
dotnet build /p:TreatWarningsAsErrors=true
cd BTCPayServer.Tests
dotnet test --filter Fast=Fast
docker-compose up -d dev