From ab981b3386473ed27cacc36b4c200b7a0c31a613 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Thu, 25 Apr 2024 21:47:31 +0300 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e7b1186d0..82b474e08 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -73,7 +73,7 @@ jobs: run: dotnet restore working-directory: src/Commands - name: Build ⚙ - run: dotnet build PnP.PowerShell.csproj --nologo --configuration Debug --no-incremental + run: dotnet build PnP.PowerShell.csproj --nologo --configuration debug --no-incremental --verbosity diagnostic --disable-build-servers --force working-directory: src/Commands - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3