Skip to content

Instantly share code, notes, and snippets.

@phillipsj
Created October 20, 2020 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipsj/02740cd53e028571e8d3875f6b1e0f09 to your computer and use it in GitHub Desktop.
Save phillipsj/02740cd53e028571e8d3875f6b1e0f09 to your computer and use it in GitHub Desktop.
Azure DevOps Pipeline YAML for building database backup containers.
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