From ee12c1c7d2c032da13048852cdd6654460a9591f Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Wed, 9 Aug 2017 13:10:26 -0400 Subject: [PATCH] Why does my brain always edit out the second % --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0f566f936..8df08bc01 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,7 +49,7 @@ build_script: SET BUILD=yes && ECHO "Skipping installer build on non-installer build matrix row" ) - - IF [%BUILD]==[yes] ( + - IF [%BUILD%]==[yes] ( script\build.cmd --code-sign --compress-artifacts %BUILD_ARG% )