show dotnet info on CI

This commit is contained in:
nicolas.dorier
2018-11-13 15:47:25 +09:00
parent 95e065a462
commit 539c0ed7f0

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 --info
dotnet build /p:TreatWarningsAsErrors=true
cd BTCPayServer.Tests
dotnet test --filter Fast=Fast