From 6030abb671eb2f6a45243336f84485ea0e28a09d Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Tue, 22 Nov 2016 22:58:21 -0800 Subject: [PATCH] Automate release of Windows installer. 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 @@ /> - +