Skip to content

Commit 54a0868

Browse files
committed
enable component detection in product builds
fixes microsoft#62453
1 parent 1a88afd commit 54a0868

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

build/tfs/darwin/product-build-darwin.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,7 @@ steps:
8484
# upload configuration
8585
AZURE_STORAGE_ACCESS_KEY="$(AZURE_STORAGE_ACCESS_KEY)" \
8686
yarn gulp -- upload-vscode-configuration
87-
displayName: Publish
87+
displayName: Publish
88+
89+
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
90+
displayName: 'Component Detection'

build/tfs/linux/product-build-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ steps:
9494
9595
# SNAP_FILENAME="$(ls $REPO/.build/linux/snap/$ARCH/ | grep .snap)"
9696
# SNAP_PATH="$REPO/.build/linux/snap/$ARCH/$SNAP_FILENAME"
97+
98+
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
99+
displayName: 'Component Detection'

build/tfs/win32/product-build-win32.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,6 @@ steps:
170170
# publish hockeyapp symbols
171171
$hockeyAppId = if ("$(VSCODE_ARCH)" -eq "ia32") { "$(VSCODE_HOCKEYAPP_ID_WIN32)" } else { "$(VSCODE_HOCKEYAPP_ID_WIN64)" }
172172
exec { node build/tfs/common/symbols.js "$(VSCODE_MIXIN_PASSWORD)" "$(VSCODE_HOCKEYAPP_TOKEN)" "$(VSCODE_ARCH)" $hockeyAppId }
173+
174+
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
175+
displayName: 'Component Detection'

0 commit comments

Comments
 (0)