mirror of
https://github.com/Cute-Dress/Dress.git
synced 2024-11-24 14:15:04 +08:00
17 lines
333 B
YAML
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'
|