Trying no-incremental build

This commit is contained in:
Brett Hazen 2025-10-15 15:49:04 -05:00
parent a3e15bb19e
commit 3c33b19899

View file

@ -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