format document

This commit is contained in:
x.yumoto.k 2023-07-24 17:27:08 +09:00
parent 93dcfdee3b
commit 12f8575ccb

View File

@ -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"