Update .vsts-ci.yml

This commit is contained in:
Marc Paine 2022-08-18 15:26:10 -07:00 committed by GitHub
parent 319773e868
commit 722ee77992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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