Removed manual Component detection

This commit is contained in:
tracyboehrer 2024-04-09 11:28:32 -05:00
Родитель 551736f7bc
Коммит 5230d203c7
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -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()