Skip to content

Instantly share code, notes, and snippets.

@PennyQ
Last active September 17, 2021 12:11
Show Gist options
  • Select an option

  • Save PennyQ/1fa784da37dba11bf7c048e5ef900ec8 to your computer and use it in GitHub Desktop.

Select an option

Save PennyQ/1fa784da37dba11bf7c048e5ef900ec8 to your computer and use it in GitHub Desktop.
# Repo: MySpace/UserRepo
# File: azure-pipeline2.yml
name: cicd_ci
trigger:
branches:
include:
- master
stages:
- stage: CI_Checks
jobs:
- template: ci_template.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment