mirror of
https://github.com/Cute-Dress/Dress.git
synced 2024-11-23 21:55:10 +08:00
Set up CI with Azure Pipelines (#501)
* Set up CI with Azure Pipelines [skip ci] * Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
3da1e27df0
commit
effc3e2ed8
16
azure-pipelines.yml
Normal file
16
azure-pipelines.yml
Normal file
@ -0,0 +1,16 @@
|
||||
# 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'
|
Loading…
Reference in New Issue
Block a user