We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abaa9d commit 7b03512Copy full SHA for 7b03512
.github/workflows/System.Waf.CI.yml
@@ -14,9 +14,9 @@ jobs:
14
with:
15
fetch-depth: 0
16
- name: Build
17
- 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
18
- name: Test
19
- 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
20
- name: Upload NuGet Packages
21
uses: actions/upload-artifact@v4
22
0 commit comments