docker-backuppc/.azure-pipelines/release.yml

18 lines
259 B
YAML
Raw Normal View History

2020-08-13 18:13:22 +02:00
trigger:
branches:
exclude:
- "*"
tags:
include:
- "4.*"
pr: none
stages:
2020-08-13 18:37:02 +02:00
- stage: Build-And-Test
2020-08-13 18:13:22 +02:00
jobs:
- template: templates/integration-jobs.yml
- stage: Release
jobs:
- template: templates/release-jobs.yml