docker-backuppc/.azure-pipelines/release.yml
Adrien Ferrand 448b0eecfb Finish logic
2020-08-13 18:37:02 +02:00

18 lines
259 B
YAML

trigger:
branches:
exclude:
- "*"
tags:
include:
- "4.*"
pr: none
stages:
- stage: Build-And-Test
jobs:
- template: templates/integration-jobs.yml
- stage: Release
jobs:
- template: templates/release-jobs.yml