diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 665fa4c..8730703 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,19 +6,19 @@ trigger: branches: include: - - 'feature/2167/deploy-yaml' + - "feature/2167/deploy-yaml" tags: include: - - 'stage-*' + - "stage-*" pool: vmImage: ubuntu-latest steps: -- script: echo Checked out $(Build.SourceVersion) tagged with $(Build.SourceBranch) - displayName: 'Run a one-line script' + - script: echo Checked out $(Build.SourceVersion) tagged with $(Build.SourceBranch) + displayName: "Run a one-line script" -- script: | - echo Add other tasks to build, test, and deploy your project. - echo See https://aka.ms/yaml - displayName: 'Run a multi-line script' + - script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: "Run a multi-line script"