瀏覽代碼

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…
取消
儲存