From 7b03512cd2f73add1a849208ce2f01c233a04bfc Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Mon, 19 Aug 2024 21:22:20 +0200 Subject: [PATCH] Build: Enable terminal logger --- .github/workflows/System.Waf.CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/System.Waf.CI.yml b/.github/workflows/System.Waf.CI.yml index 32e0e518..b6dd8047 100644 --- a/.github/workflows/System.Waf.CI.yml +++ b/.github/workflows/System.Waf.CI.yml @@ -14,9 +14,9 @@ jobs: with: fetch-depth: 0 - name: Build - run: dotnet build ./src/System.Waf/System.Waf.sln -c Release -p:ContinuousIntegrationBuild=true + run: dotnet build ./src/System.Waf/System.Waf.sln -c Release -p:ContinuousIntegrationBuild=true --tl:on - name: Test - run: dotnet test ./src/System.Waf/System.Waf.sln -c Release --no-build + run: dotnet test ./src/System.Waf/System.Waf.sln -c Release --no-build --tl:on - name: Upload NuGet Packages uses: actions/upload-artifact@v4 with: