We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f017ce commit e3615ccCopy full SHA for e3615cc
eng/common/templates/jobs/publish.yml
@@ -108,6 +108,7 @@ jobs:
108
$(dryRunArg)
109
$(imageBuilder.commonCmdArgs)
110
displayName: Ingest Kusto Image Info
111
- - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
112
- displayName: Component Detection
+ - ${{ if eq(variables['System.TeamProject'], 'internal') }}:
+ - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
113
+ displayName: Component Detection
114
- template: ../steps/cleanup-docker-linux.yml
0 commit comments