Skip to content

Commit 0c073a0

Browse files
authored
Merge pull request #10454 from dingmeng-xue/comp-check
Add component detection task
2 parents aeea286 + 5d8d35a commit 0c073a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/windows-powershell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
vmImage: ${{ variables.WindowsImage }}
1414

1515
steps:
16+
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
17+
displayName: 'Component Detection'
18+
continueOnError: true
1619
- template: util/build-steps.yml
1720
parameters:
1821
osName: ${{ variables.WindowsName }}

0 commit comments

Comments
 (0)