Removed manual Component detection
This commit is contained in:
Родитель
551736f7bc
Коммит
5230d203c7
|
@ -120,11 +120,3 @@ jobs:
|
|||
#SourceFolder: # Optional
|
||||
Contents: './common/config/rush/pnpm-lock.yaml'
|
||||
#RemoveSourceFolder: # Optional
|
||||
|
||||
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
|
||||
displayName: 'Component Detection'
|
||||
|
||||
- powershell: 'Get-ChildItem .. -ErrorAction Continue -Recurse -Force | Where {$_.FullName -notlike "*node_modules*"}'
|
||||
displayName: 'Dir workspace except node_modules'
|
||||
continueOnError: true
|
||||
condition: succeededOrFailed()
|
||||
|
|
Загрузка…
Ссылка в новой задаче