Get rid of Chocolatey

This commit is contained in:
Alexey Golub
2019-04-17 00:59:22 +03:00
parent ab0ce478db
commit 559ef71d2f
6 changed files with 9 additions and 78 deletions

View File

@@ -13,12 +13,10 @@ after_build:
- ps: Deploy\Prepare.ps1
artifacts:
- path: Deploy\Portable\GUI\bin\DiscordChatExporter.zip
- path: Deploy\Portable\bin\DiscordChatExporter.zip
name: DiscordChatExporter.zip
- path: Deploy\Portable\CLI\bin\DiscordChatExporter.CLI.zip
- path: Deploy\Portable\bin\DiscordChatExporter.CLI.zip
name: DiscordChatExporter.CLI.zip
- path: Deploy\Choco\bin\DiscordChatExporter*.nupkg
name: DiscordChatExporter-Choco.nupkg
deploy:
- provider: GitHub
@@ -26,15 +24,6 @@ deploy:
secure: sjQHWRw29AMiVMn3MtidtWnAzAf1mJ+mkJ/7h1B9TIAHhkFrqwMK7LtXV+uNJ9AO
artifact: DiscordChatExporter.zip,DiscordChatExporter.CLI.zip
description: '[Changelog](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/Changelog.md)'
on:
branch: master
appveyor_repo_tag: true
- provider: NuGet
server: https://push.chocolatey.org/
api_key:
secure: aQVQ50i8GcwxMXTHf2ck5PijnOeVZY8Z9MEROQTvT49/7/az9w8ru8NCyEsV6H5I
artifact: DiscordChatExporter-Choco.nupkg
skip_symbols: true
on:
branch: master
appveyor_repo_tag: true