Skip to content

Commit 088276b

Browse files
authored
Seanmcm/component governance (#3346)
* Add Component Governance.
1 parent 30d8a1d commit 088276b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Extension/jobs/build.windows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ jobs:
5555
CODE_TESTS_PATH: '$(Build.SourcesDirectory)\Extension\out\test\integrationTests\languageServer'
5656
CODE_EXTENSIONS_PATH: '$(Build.SourcesDirectory)\Extension'
5757
CODE_TESTS_WORKSPACE: '$(Build.SourcesDirectory)\Extension\test\integrationTests\testAssets\SimpleCppProject'
58-
CODE_DISABLE_EXTENSIONS: 1
58+
CODE_DISABLE_EXTENSIONS: 1
59+
60+
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
61+
displayName: 'Component Detection'
62+
continueOnError: true

Extension/jobs/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@ jobs:
6464
CODE_TESTS_PATH: '$(Build.SourcesDirectory)/Extension/out/test/integrationTests/languageServer'
6565
CODE_EXTENSIONS_PATH: '$(Build.SourcesDirectory)/Extension'
6666
CODE_TESTS_WORKSPACE: '$(Build.SourcesDirectory)/Extension/test/integrationTests/testAssets/SimpleCppProject'
67-
CODE_DISABLE_EXTENSIONS: 1
67+
CODE_DISABLE_EXTENSIONS: 1
68+
69+
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
70+
displayName: 'Component Detection'
71+
continueOnError: true

0 commit comments

Comments
 (0)