Skip to content

Instantly share code, notes, and snippets.

@mocella
mocella / pipeline.yml
Created December 31, 2024 15:15
Azure Pipeline Single-Instance Behavior
trigger: none
variables:
artifact.name: drop
vmImage: 'ubuntu-latest'
pool: 'DockerAgentPool'
buildConfiguration: 'release'
group: 'my-ado-variables'