CI: Add a hello world step to azure-pipelines.yml so it stops failing

This commit is contained in:
Linus Groh 2021-08-14 22:43:34 +01:00
parent 6f9b87948b
commit 87b2a6004f

View file

@ -4,4 +4,6 @@ trigger:
pool:
vmImage: ubuntu-latest
stages: []
steps:
- script: echo Hello, world!
displayName: 'Hello world'