diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c122b8e..e775516 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ trigger: branches: include: - - feature/2167/deploy-yaml + - develop tags: include: - 'stage-*' @@ -15,7 +15,7 @@ pool: vmImage: ubuntu-latest steps: -- script: echo Hello, world! +- script: echo Checked out $(Build.SourceVersion) tagged with $(Build.SourceBranch) displayName: 'Run a one-line script' - script: |