From a3e15bb19e7304ff3fa89851652cba9dc583f530 Mon Sep 17 00:00:00 2001 From: Brett Hazen <2651260+bhazen@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:23:11 -0500 Subject: [PATCH] CodeQL debug log for failing build --- .github/workflows/aspnetcore-authentication-jwtbearer-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml index 1bc2136ea..0c4a7e961 100644 --- a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml +++ b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml @@ -147,6 +147,7 @@ jobs: languages: csharp build-mode: manual db-location: ~/.codeql/databases + debug: true - name: List .net sdks run: dotnet --list-sdks - name: Setup Dotnet