diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 76a6387ebe..f7fe46c2b0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,4 +4,6 @@ trigger: pool: vmImage: ubuntu-latest -stages: [] +steps: + - script: echo Hello, world! + displayName: 'Hello world'