From e55390a23ab0627532b432eb2a72af70f59fc8c4 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Thu, 24 Nov 2016 02:48:59 -0800 Subject: [PATCH] Automate release of Windows installer. (#1999) Closes #1977 --- appveyor.yml | 9 +++++++++ resources/winsetup/YarnSetup.wixproj | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 46112641a6..10a9f97a2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,3 +37,12 @@ notifications: Authorization: secure: uH4c9HNDdRuL4omqqbTtBq3KgzjGTFmpvPdiNuk9391Z0YXRoRLA1Ptpa3seZ0Pt on_build_failure: false + +deploy: + - provider: Webhook + url: https://nightly.yarnpkg.com/release_appveyor + authorization: + secure: uH4c9HNDdRuL4omqqbTtBq3KgzjGTFmpvPdiNuk9391Z0YXRoRLA1Ptpa3seZ0Pt + on: + branch: /^.*-stable$/ + appveyor_repo_tag: true diff --git a/resources/winsetup/YarnSetup.wixproj b/resources/winsetup/YarnSetup.wixproj index 1ad2da31dc..1039863744 100644 --- a/resources/winsetup/YarnSetup.wixproj +++ b/resources/winsetup/YarnSetup.wixproj @@ -79,10 +79,10 @@ /> - +