Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ parameters:
displayName: "Skip tests"
type: boolean
default: False
- name: codeQLForce
displayName: "Try collecting CodeQL before default CodeQL cadence"
type: boolean
default: False

- name: otherOsPools
type: object
Expand Down Expand Up @@ -85,6 +89,13 @@ variables:
- name: _ReleaseVersionKind
value: release

# Set to 0 to force CodeQL scan without waiting 72 from last attempt (even if it failed).
# This is only a hint for the tool, it might reject to run it if it already has up to date data.
# See the Starting Code QL step for details.
- ${{ if eq(parameters.codeQLForce, True) }}:
- name: Codeql.Cadence
value: 0

# Group gives access to $microsoft-symbol-server-pat and $symweb-symbol-server-pat
- group: DotNet-Symbol-Server-Pats
# Group gives access to $dn-bot-devdiv-drop-rw-code-rw and dn-bot-dnceng-build-rw-code-rw
Expand Down