Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PennyQ
Last active September 17, 2021 12:11
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 PennyQ/1fa784da37dba11bf7c048e5ef900ec8 to your computer and use it in GitHub Desktop.
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