Skip to content

Instantly share code, notes, and snippets.

@nielsvanderkaap
Last active March 22, 2022 20:35
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/dbb69b04f303bbe533cceaef1601ec5b to your computer and use it in GitHub Desktop.
Save nielsvanderkaap/dbb69b04f303bbe533cceaef1601ec5b to your computer and use it in GitHub Desktop.
name: $(Build.DefinitionName)-$(Build.BuildId)
pool:
vmImage: windows-latest
trigger:
branches:
include:
- main
- feature/*
paths:
include:
- .\TestProject
extends:
template: Solution.yml
parameters:
config:
basePath: .\TestProject
isBuild: true
isDeploy: false
@nielsvanderkaap
Copy link
Author

nielsvanderkaap commented Mar 22, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment