Add '.azure-pipelines.yml'

main
root 10 months ago
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…
Cancel
Save