diff --git a/Extension/jobs/build.windows.yml b/Extension/jobs/build.windows.yml index 662c72a11..829c4a40c 100644 --- a/Extension/jobs/build.windows.yml +++ b/Extension/jobs/build.windows.yml @@ -55,4 +55,8 @@ jobs: CODE_TESTS_PATH: '$(Build.SourcesDirectory)\Extension\out\test\integrationTests\languageServer' CODE_EXTENSIONS_PATH: '$(Build.SourcesDirectory)\Extension' CODE_TESTS_WORKSPACE: '$(Build.SourcesDirectory)\Extension\test\integrationTests\testAssets\SimpleCppProject' - CODE_DISABLE_EXTENSIONS: 1 \ No newline at end of file + CODE_DISABLE_EXTENSIONS: 1 + +- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 + displayName: 'Component Detection' + continueOnError: true \ No newline at end of file diff --git a/Extension/jobs/build.yml b/Extension/jobs/build.yml index 905777acb..44a31a7a5 100644 --- a/Extension/jobs/build.yml +++ b/Extension/jobs/build.yml @@ -64,4 +64,8 @@ jobs: CODE_TESTS_PATH: '$(Build.SourcesDirectory)/Extension/out/test/integrationTests/languageServer' CODE_EXTENSIONS_PATH: '$(Build.SourcesDirectory)/Extension' CODE_TESTS_WORKSPACE: '$(Build.SourcesDirectory)/Extension/test/integrationTests/testAssets/SimpleCppProject' - CODE_DISABLE_EXTENSIONS: 1 \ No newline at end of file + CODE_DISABLE_EXTENSIONS: 1 + +- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 + displayName: 'Component Detection' + continueOnError: true \ No newline at end of file