File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments