From 3c33b1989983de59fd4cf4897546cecc2ab6d2e3 Mon Sep 17 00:00:00 2001 From: Brett Hazen <2651260+bhazen@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:49:04 -0500 Subject: [PATCH] Trying no-incremental build --- .github/workflows/aspnetcore-authentication-jwtbearer-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml index 0c4a7e961..98b771662 100644 --- a/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml +++ b/.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml @@ -160,7 +160,7 @@ jobs: - name: Restore run: dotnet restore aspnetcore-authentication-jwtbearer.slnf - name: Build - run: dotnet build aspnetcore-authentication-jwtbearer.slnf --no-restore -c Release + run: dotnet build aspnetcore-authentication-jwtbearer.slnf --no-restore --no-incremental -c Release - name: Perform CodeQL Analysis if: ${{ env.DISABLE_CODEQL_ANALYSIS != 'true' }} uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0