Disable CG on PR builds

This commit is contained in:
Marc Paine 2024-05-17 13:51:35 -07:00 committed by GitHub
parent 9f98e10e56
commit c0318f0c90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,6 +70,9 @@ extends:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2019
os: windows
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
componentgovernance:
ignoreDirectories: artifacts, .packages
stages:
- stage: build
jobs: