Fix syntax ... maybe 🙏

This commit is contained in:
Jason Rudolph
2018-01-11 08:28:34 -05:00
parent f5356eea99
commit 9188b98b8e

View File

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