Преглед на файлове

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…
Отказ
Запис