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
|
||||
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
- name: "skipComponentGovernanceDetection"
|
||||
value: "true"
|
||||
value: "true"
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
- group: DotNet-DotNetCli-Storage
|
||||
- group: DotNet-Installer-SDLValidation-Params
|
||||
|
|
Loading…
Reference in a new issue