From fadffaf891f9c1ab48c39594b48f2bd623f219e7 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Thu, 11 Apr 2019 21:35:15 +0100 Subject: [PATCH] !build --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 41eca218c..6d306adf4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,12 +21,12 @@ install: - cmd: tsc -v build_script: - ps: | - $deployBranches = { + $deployBranches = "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') { + "master"; + + If(($env:APPVEYOR_REPO_BRANCH -in $deployBranches -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -NotMatch '!build') { Write-Output "This is a deployment build" ./build.ps1 --settings_skipverification=true --target=build } @@ -34,7 +34,7 @@ build_script: { Write-Output "This is a not a deployment build" ./build.ps1 --settings_skipverification=true --target=build - } + } skip_commits: files: