Skip to content

Commit

Permalink
Remove RID from CodeQL build
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Jan 7, 2025
1 parent a13c05b commit 0e0039f
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 @@ -35,7 +35,7 @@ jobs:
queries: +security-and-quality

- name: Build
run: dotnet build --nologo --verbosity minimal -c Release -r win-x64
run: dotnet build --nologo --verbosity minimal -c Release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 0e0039f

Please sign in to comment.