summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
blob: f7fe46c2b05e62f744a1571315929d70470112b8 (plain)
1
2
3
4
5
6
7
8
9
trigger:
  - master

pool:
  vmImage: ubuntu-latest

steps:
  - script: echo Hello, world!
    displayName: 'Hello world'