forked from cake-contrib/Cake.Issues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-pipelines.yml
31 lines (29 loc) · 1 KB
/
azure-pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
trigger:
branches:
include:
- develop
- master
- release/*
- hotfix/*
paths:
exclude:
- docs/**
pr:
branches:
include:
- develop
- release/*
- hotfix/*
paths:
exclude:
- docs/**
stages:
- template: .azuredevops/pipelines/templates/stages/build.yml
- template: .azuredevops/pipelines/templates/stages/unit-tests.yml
- template: .azuredevops/pipelines/templates/stages/build-for-integration-tests.yml
- template: .azuredevops/pipelines/templates/stages/integration-tests-git-repository.yml
- template: .azuredevops/pipelines/templates/stages/integration-tests-markdownlint.yml
- template: .azuredevops/pipelines/templates/stages/integration-tests-msbuild.yml
- template: .azuredevops/pipelines/templates/stages/integration-tests-reporting-console.yml
- template: .azuredevops/pipelines/templates/stages/integration-tests-reporting-generic.yml
- template: .azuredevops/pipelines/templates/stages/integration-tests-reporting-sarif.yml