소스 검색

Only deploy on 'master' builds

default_compile_flags
vector-of-bool 3 년 전
부모
커밋
0e8e3cd29c
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -4
      azure-pipelines.yml

+ 1
- 4
azure-pipelines.yml 파일 보기

@@ -2,10 +2,7 @@

variables:
shouldDeploy: >-
${{ or(
eq(variables['Build.SourceBranch'], 'refs/heads/develop'),
eq(variables['Build.SourceBranch'], 'refs/heads/master')
) }}
${{ eq(variables['Build.SourceBranch'], 'refs/heads/master') }}
deployDest: ${{ format('~/web/{0}/', variables['Build.SourceBranchName']) }}

stages:

Loading…
취소
저장