Skip to content

Instantly share code, notes, and snippets.

@nielsvanderkaap
Last active September 14, 2021 06:41
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 nielsvanderkaap/cff25c8009c300ded5ec616811c7a3e1 to your computer and use it in GitHub Desktop.
Save nielsvanderkaap/cff25c8009c300ded5ec616811c7a3e1 to your computer and use it in GitHub Desktop.
parameters:
- name: environment
displayName: Specific Environment
type: string
default: All
values:
- All
- Dev
- Tst
- UAT
- Prd
name: $(Build.DefinitionName)-$(Build.BuildId)
pool:
vmImage: windows-latest
trigger: none
resources:
pipelines:
- pipeline: CIPipeline
source: TestProject-CI
trigger:
branches:
include:
- main
- feature/*
extends:
template: pipeline.yml
parameters:
config:
basePath: .\TestProject
isBuild: false
isDeploy: true
environment: ${{parameters.environment}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment