2019-12-19 02:02:58 +03:00
|
|
|
# Starter pipeline
|
|
|
|
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
|
|
|
# Add steps that build, run tests, deploy, and more:
|
|
|
|
# https://aka.ms/yaml
|
|
|
|
|
|
|
|
name: "Azure Sentinel Validations"
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
- master
|
|
|
|
|
|
|
|
jobs:
|
2020-02-04 12:23:49 +03:00
|
|
|
- template: .azure-pipelines/yamlFileValidator.yaml
|
|
|
|
- template: .azure-pipelines/jsonFileValidator.yaml
|