DiscordChatExporter/appveyor.yml

40 lines
1 KiB
YAML
Raw Normal View History

2017-10-27 15:46:10 -04:00
version: '{build}'
2019-04-12 09:01:01 -04:00
image: Visual Studio 2019 Preview
2017-10-27 15:46:10 -04:00
configuration: Release
before_build:
- ps: nuget restore
build:
verbosity: minimal
after_build:
- ps: Deploy\Prepare.ps1
artifacts:
2019-04-07 06:01:38 -04:00
- path: Deploy\Portable\GUI\bin\DiscordChatExporter.zip
2017-10-27 15:46:10 -04:00
name: DiscordChatExporter.zip
2019-04-07 06:01:38 -04:00
- path: Deploy\Portable\CLI\bin\DiscordChatExporter.CLI.zip
name: DiscordChatExporter.CLI.zip
- path: Deploy\Choco\bin\DiscordChatExporter*.nupkg
name: DiscordChatExporter-Choco.nupkg
2017-10-27 15:46:10 -04:00
deploy:
- provider: GitHub
auth_token:
secure: sjQHWRw29AMiVMn3MtidtWnAzAf1mJ+mkJ/7h1B9TIAHhkFrqwMK7LtXV+uNJ9AO
2019-04-07 06:01:38 -04:00
artifact: DiscordChatExporter.zip,DiscordChatExporter.CLI.zip
2018-02-11 05:38:59 -05:00
description: '[Changelog](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/Changelog.md)'
2019-04-07 06:01:38 -04:00
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
2017-10-27 15:46:10 -04:00
on:
branch: master
2017-12-19 11:18:00 -05:00
appveyor_repo_tag: true