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: