From b1c5e5e4d943f3a0c806d31fcb45a24037dce0a6 Mon Sep 17 00:00:00 2001 From: Greg Lutz Date: Thu, 2 Jul 2015 13:32:14 -0400 Subject: [PATCH] more --- appveyor.yml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e437057..d9b4d22 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,15 +36,19 @@ artifacts: name: Exes - path: TimberWix\bin\*\*.msi name: MSI -#deploy: -#- provider: NuGet -# server: https://chocolatey.org/ -# skip_symbols: true -# artifact: NuGet -# on: -# branch: /release/.*/ -#- provider: GitHub -# release: $(VERSION_FROM_BRANCH) -# artifact: Dlls, Exes, MSI -# on: -# branch: /release/.*/ \ No newline at end of file +deploy: +- provider: NuGet + server: https://chocolatey.org/ + api_key: + secure: y8zhZTNm3PWLLxtKiMO79Shx3TyG3lnuGpJ6J7GT+2SihEspFxuBXz+WvmI6qzX+ + skip_symbols: true + artifact: NuGet + on: + branch: /release/.*/ +- provider: GitHub + release: $(VERSION_FROM_BRANCH) + auth_token: + secure: bk7/M9w924viJpK+R84lnLWYeL/NLCZsdei9cbgXtN7Gzy3OVdNSeM36XA173/v9 + artifact: Dlls, Exes, MSI + on: + branch: /release/.*/ \ No newline at end of file