Explorar el Código

Only deploy on 'master' builds

default_compile_flags
vector-of-bool hace 3 años
padre
commit
0e8e3cd29c
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. +1
    -4
      azure-pipelines.yml

+ 1
- 4
azure-pipelines.yml Ver fichero

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

Cargando…
Cancelar
Guardar