add empty azure pipeline
This commit is contained in:
parent
45d4cb84b0
commit
7597e1bc43
1 changed files with 24 additions and 0 deletions
24
azure.yml
Normal file
24
azure.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
trigger:
|
||||||
|
batch: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
tags:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
pr:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: Build
|
||||||
|
displayName: 'Build'
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- script: 'echo hello world'
|
||||||
|
displayName: 'Initial Commit'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue