Skip to content

Commit e3615cc

Browse files
Update common Docker engineering infrastructure with latest (#739)
1 parent 5f017ce commit e3615cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eng/common/templates/jobs/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
$(dryRunArg)
109109
$(imageBuilder.commonCmdArgs)
110110
displayName: Ingest Kusto Image Info
111-
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
112-
displayName: Component Detection
111+
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
112+
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
113+
displayName: Component Detection
113114
- template: ../steps/cleanup-docker-linux.yml

0 commit comments

Comments
 (0)