Skip to content

Commit

Permalink
Fix exclusion path (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Dec 6, 2024
1 parent 8f930ff commit 3961bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/1esstages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ stages:
variables:
artifact_name: ${{ job.name }}
working_directory: ${{ job.working_directory }}
Codeql.ExcludePathPatterns: "**\\.vscode-test,dist" # Exclude .vscode-test and dist directories from CodeQL alerting
Codeql.ExcludePathPatterns: "**/.vscode-test, dist" # Exclude .vscode-test and dist directories from CodeQL alerting

0 comments on commit 3961bc0

Please sign in to comment.