From 539c0ed7f019d2bf751fa14f34596e99586f6669 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 13 Nov 2018 15:47:25 +0900 Subject: [PATCH] show dotnet info on CI --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f4842771..6523204a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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