add empty azure pipeline

This commit is contained in:
dkanada 2020-06-13 15:04:11 +09:00
commit 7597e1bc43

24
azure.yml Normal file
View 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'