format document
This commit is contained in:
parent
93dcfdee3b
commit
12f8575ccb
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user