Skip to content

Commit

Permalink
Build: Enable terminal logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Aug 19, 2024
1 parent 8abaa9d commit 7b03512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/System.Waf.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b03512

Please sign in to comment.