Skip to content

Commit d60cba9

Browse files
address main changes
1 parent dcfbdaa commit d60cba9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/azure-pipelines/darwin/product-build-darwin-sign.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,5 @@ steps:
198198
VSCODE_ARCH="$(VSCODE_ARCH)" \
199199
yarn gulp upload-vscode-configuration
200200
displayName: Upload configuration (for Bing settings search)
201-
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'universal'))
202-
continueOnError: true
203-
204-
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
205-
displayName: "Component Detection"
201+
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'))
206202
continueOnError: true

0 commit comments

Comments
 (0)