From 12f8575ccbe40add658f8985eaa645842754e0e0 Mon Sep 17 00:00:00 2001 From: "x.yumoto.k" Date: Mon, 24 Jul 2023 17:27:08 +0900 Subject: [PATCH] format document --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"