Update .vsts-ci.yml
This commit is contained in:
parent
319773e868
commit
722ee77992
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ variables:
|
|||
value: false
|
||||
- name: PostBuildSign
|
||||
value: true
|
||||
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
- name: "skipComponentGovernanceDetection"
|
||||
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