Skip to content

Commit 7b03512

Browse files
authored
Build: Enable terminal logger
1 parent 8abaa9d commit 7b03512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/System.Waf.CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Build
17-
run: dotnet build ./src/System.Waf/System.Waf.sln -c Release -p:ContinuousIntegrationBuild=true
17+
run: dotnet build ./src/System.Waf/System.Waf.sln -c Release -p:ContinuousIntegrationBuild=true --tl:on
1818
- name: Test
19-
run: dotnet test ./src/System.Waf/System.Waf.sln -c Release --no-build
19+
run: dotnet test ./src/System.Waf/System.Waf.sln -c Release --no-build --tl:on
2020
- name: Upload NuGet Packages
2121
uses: actions/upload-artifact@v4
2222
with:

0 commit comments

Comments
 (0)