From c7a9656ed7bfaab6163d145235fb8e1486c021e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=AF=E6=9C=AC=20=E9=96=8B?= Date: Mon, 24 Jul 2023 08:14:43 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |