Enable codeql
This commit is contained in:
parent
5700aea798
commit
55f53174fe
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ variables:
|
||||||
- name: PostBuildSign
|
- name: PostBuildSign
|
||||||
value: true
|
value: true
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
|
- name: Codeql.Enabled
|
||||||
|
value: true
|
||||||
- group: DotNet-DotNetCli-Storage
|
- group: DotNet-DotNetCli-Storage
|
||||||
- group: DotNet-Installer-SDLValidation-Params
|
- group: DotNet-Installer-SDLValidation-Params
|
||||||
- name: _PublishUsingPipelines
|
- name: _PublishUsingPipelines
|
||||||
|
|
Loading…
Reference in a new issue