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