Skip to content

Instantly share code, notes, and snippets.

@nielsvanderkaap
Last active March 22, 2022 20:35
Embed
What would you like to do?
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
@maikuru
Copy link

maikuru commented Mar 22, 2022

Pretty sure "Project.yml" should be Solution.yml

@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