From 809859b3ba4830e8fbbff08b30b006e427e79c3a Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Thu, 11 Apr 2019 21:27:09 +0100 Subject: [PATCH] !build --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c57f6720c..7834cb1e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,9 @@ install: build_script: - ps: | $deployBranches = @{ - 'feature/v4' = $true, - 'develop' = $true, - 'master' = $true + feature/v4, + develop, + master } If(($env:APPVEYOR_REPO_BRANCH -in $deployBranches -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -notlike '!build') { Write-Output "This is a deployment build"