From 38cb01a30e958f4833e41288b5d690facd5d4929 Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Fri, 29 Apr 2016 10:32:29 +0200 Subject: [PATCH] [skip travis] make AppVeyor publish binaries again --- appveyor-build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-build.bat b/appveyor-build.bat index 3ef305d32..ae266a5c0 100644 --- a/appveyor-build.bat +++ b/appveyor-build.bat @@ -129,7 +129,7 @@ ECHO running server-tests.exe ... unit_tests\%Configuration%\server-tests.exe IF %ERRORLEVEL% NEQ 0 GOTO ERROR -IF NOT "%APPVEYOR_REPO_BRANCH%"=="develop" GOTO DONE +IF NOT "%APPVEYOR_REPO_BRANCH%"=="master" GOTO DONE ECHO ========= CREATING PACKAGES ========== CD %PROJECT_DIR%\build\%Configuration%