Dress/azure-pipelines.yml

17 lines
333 B
YAML

# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
branches:
include:
- '*'
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Placeholder CI
displayName: 'Placeholder misaka'