You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
version: '{build}'
|
|
|
|
|
|
|
|
image: Visual Studio 2019 Preview
|
|
|
|
configuration: Release
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
- ps: nuget restore
|
|
|
|
|
|
|
|
build:
|
|
|
|
verbosity: minimal
|
|
|
|
|
|
|
|
after_build:
|
|
|
|
- ps: Deploy\Prepare.ps1
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: Deploy\Portable\GUI\bin\DiscordChatExporter.zip
|
|
|
|
name: DiscordChatExporter.zip
|
|
|
|
- path: Deploy\Portable\CLI\bin\DiscordChatExporter.CLI.zip
|
|
|
|
name: DiscordChatExporter.CLI.zip
|
|
|
|
- path: Deploy\Choco\bin\DiscordChatExporter*.nupkg
|
|
|
|
name: DiscordChatExporter-Choco.nupkg
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
- provider: GitHub
|
|
|
|
auth_token:
|
|
|
|
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
|