From e6fe121c1e5bc2c3aa86e250423235eb6f6463ed Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 21 May 2017 13:24:44 -0400 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b739d9ba3..9a4cf41e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,4 +11,7 @@ on_success: - IF DEFINED play_dec_secret secure-file\tools\secure-file -decrypt store\google\Publisher\play_creds.json.enc -secret %play_dec_secret% - IF DEFINED play_dec_secret store\google\Publisher\bin\Debug\Publisher.exe %APPVEYOR_BUILD_FOLDER%\store\google\Publisher\play_creds.json %APPVEYOR_BUILD_FOLDER%\src\Android\bin\Release\com.x8bit.bitwarden-Signed.apk alpha artifacts: - - path: com.x8bit.bitwarden-%APPVEYOR_BUILD_NUMBER%.apk \ No newline at end of file + - path: com.x8bit.bitwarden-%APPVEYOR_BUILD_NUMBER%.apk +branches: + except: + - l10n_master