Add '.azure-pipelines.yml'
parent
a5939217a2
commit
7b274b5a50
@ -0,0 +1,10 @@
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
script: echo 'Hello, this is your build step.'
|
Loading…
Reference in New Issue