Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Manoj Kumar (MK) 2021-06-02 20:04:22 +00:00
Родитель f42a2856f0
Коммит 5c1f7ff044
1 изменённых файлов: 1 добавлений и 7 удалений

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

@ -7,19 +7,13 @@ steps:
- task: CredScan@2
inputs:
toolMajorVersion: 'V2'
- task: ESLint@1
inputs:
Configuration: 'recommended'
TargetType: 'eslint'
ErrorLevel: 'warn'
- task: Semmle@1
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceCodeDirectory: '$(Build.SourcesDirectory)'
language: 'tsandjs'
includeNodeModules: true
language: 'python'
querySuite: 'Recommended'
timeout: '1800'
ram: '16384'