Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
湯本 開 2023-07-24 08:14:43 +00:00
parent 151f8b57bc
commit c7a9656ed7

View File

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