Created
October 20, 2020 00:23
-
-
Save phillipsj/02740cd53e028571e8d3875f6b1e0f09 to your computer and use it in GitHub Desktop.
Azure DevOps Pipeline YAML for building database backup containers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trigger: | |
- master | |
stages: | |
- stage: BackupTests | |
displayName: Test Database Backups | |
pool: | |
vmImage: 'Ubuntu-18.04' | |
jobs: | |
- job: | |
displayName: Test Backups | |
steps: | |
- powershell: ./build.ps1 | |
displayName: 'Build containers' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment