From e09b9e5d6b2d908cabb280b99b5b5ba587a8de93 Mon Sep 17 00:00:00 2001 From: Greg Lutz Date: Thu, 2 Jul 2015 13:21:45 -0400 Subject: [PATCH] no deploy from yml --- appveyor.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4fa6f93..e437057 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,15 +36,15 @@ 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/ +# 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