add validation job to azure-pipeline

This commit is contained in:
Eran Toledano 2020-08-17 12:57:00 -07:00
Родитель a1929be102
Коммит 5c76923e5a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -10,6 +10,7 @@ trigger:
jobs:
- template: .azure-pipelines/detectionsValidations.yaml
- template: .azure-pipelines/workbooksValidations.yaml
- template: .azure-pipelines/yamlFileValidator.yaml
- template: .azure-pipelines/jsonFileValidator.yaml
- template: .azure-pipelines/documentsLinkValidator.yaml