Dress/azure-pipelines.yml
Misaka imoto 17535 effc3e2ed8
Set up CI with Azure Pipelines (#501)
* Set up CI with Azure Pipelines

[skip ci]

* Update azure-pipelines.yml for Azure Pipelines
2019-05-19 19:10:26 +08:00

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'