Update .vsts-ci.yml
This commit is contained in:
parent
722ee77992
commit
a15ece6048
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ variables:
|
||||||
value: true
|
value: true
|
||||||
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
|
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
- name: "skipComponentGovernanceDetection"
|
- name: "skipComponentGovernanceDetection"
|
||||||
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')) }}:
|
||||||
- group: DotNet-DotNetCli-Storage
|
- group: DotNet-DotNetCli-Storage
|
||||||
- group: DotNet-Installer-SDLValidation-Params
|
- group: DotNet-Installer-SDLValidation-Params
|
||||||
|
|
Loading…
Reference in a new issue