From 9188b98b8e9a4a6c8e258ced620e11c7e52da2cd Mon Sep 17 00:00:00 2001 From: Jason Rudolph Date: Thu, 11 Jan 2018 08:28:34 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20syntax=20...=20maybe=20=F0=9F=99=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cfd5fc71f..03f8c2947 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,7 +48,7 @@ build_script: ECHO Building on release branch - Creating production artifacts && script\build.cmd --code-sign --compress-artifacts --create-windows-installer ) ELSE ( - IF [%APPVEYOR_REPO_BRANCH%]==[master] IF NOT DEFINED [%APPVEYOR_PULL_REQUEST_NUMBER%] ( + IF [%APPVEYOR_REPO_BRANCH%]==[master] IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER ( ECHO Building on master branch - Creating signed zips && script\build.cmd --code-sign --compress-artifacts ) ELSE (