From 6d873dcd5d9842a7f4d42814021ee9337722c943 Mon Sep 17 00:00:00 2001 From: Eric Newton Date: Fri, 3 Nov 2017 14:53:40 -0400 Subject: [PATCH] update appveyor to push releases into GitHub Releases --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 997a082..a209e94 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,6 +42,13 @@ deploy: artifact: 'NuGetPackage' on: branch: release +- provider: GitHub + tag: v$(APPVEYOR_BUILD_VERSION) + auth_token: + secure: bupArXj8lz6RLLO8GPwyRnbGwcmyjg4MvmlBsYD8x+euC9YS5G5y9jaSPCpS7tsX + artifact: 'NugetPackage' + on: + branch: release notifications: - provider: Email