Skip to content

Commit c7f6f38

Browse files
committed
Attempting to add CodeQL back into the PR pipeline.
1 parent ff0d216 commit c7f6f38

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pr-azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ extends:
3939
# This prevents auto-injected Roslyn task from running the build again.
4040
roslyn:
4141
copyLogsOnly: true
42+
codeql:
43+
compiled:
44+
enabled: true
45+
break: true
46+
analyzeInPipeline: true
4247
stages:
4348
- stage: build
4449
displayName: Build

0 commit comments

Comments
 (0)