From 5bc40a05ed5b1902e5f20eb2e0480a4cf331f0a4 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Thu, 11 Apr 2019 21:25:38 +0100 Subject: [PATCH] !build --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f3a74823d..c57f6720c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,11 +26,11 @@ build_script: 'develop' = $true, 'master' = $true } - if(($env:APPVEYOR_REPO_BRANCH -in $deployBranches || $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') && $env:APPVEYOR_REPO_COMMIT_MESSAGE -notlike '!build') { + 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" ./build.ps1 --settings_skipverification=true --target=build } - else + Else { Write-Output "This is a not a deployment build" ./build.ps1 --settings_skipverification=true --target=build