Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Apr 25, 2024
1 parent 82e54b2 commit ab981b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab981b3

Please sign in to comment.