From 9a5738c4fd1f5dc4f2577ff1c23c261868996458 Mon Sep 17 00:00:00 2001 From: Gres Date: Mon, 7 Aug 2017 11:13:08 +0300 Subject: [PATCH] Check deployment. --- .appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e7863f0..2e526cd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,10 +21,12 @@ cache: install: - cinst winscp - nuget install secure-file -ExcludeVersion + - secure-file\tools\secure-file -decrypt scripts\win\sf_key.av -secret %sf_secret% -out scripts\win\sf_key - call "scripts\win\prepare.bat" build_script: - call "scripts\win\build.bat" + - call "scripts\win\deploy_sf.bat" artifacts: - path: 'screen-translator-*.exe' @@ -40,6 +42,3 @@ deploy: on: appveyor_repo_tag: true -after_deploy: - - secure-file\tools\secure-file -decrypt scripts\win\sf_key.av -secret %sf_secret% -out scripts\win\sf_key - - call "scripts\win\deploy_sf.bat"