DiscordChatExporter/appveyor.yml

29 lines
678 B
YAML
Raw Normal View History

2017-10-27 15:46:10 -04:00
version: '{build}'
2019-09-26 13:06:35 -04:00
image: Visual Studio 2019
2017-10-27 15:46:10 -04:00
configuration: Release
before_build:
- ps: nuget restore
build:
verbosity: minimal
after_build:
2019-09-26 13:06:35 -04:00
- ps: Deploy/Prepare.ps1
2017-10-27 15:46:10 -04:00
artifacts:
2019-09-26 13:06:35 -04:00
- path: Deploy/bin/DiscordChatExporter.zip
2017-10-27 15:46:10 -04:00
name: DiscordChatExporter.zip
2019-09-26 13:06:35 -04:00
- path: Deploy/bin/DiscordChatExporter.CLI.zip
2019-04-07 06:01:38 -04:00
name: DiscordChatExporter.CLI.zip
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)'
2017-10-27 15:46:10 -04:00
on:
branch: master
2017-12-19 11:18:00 -05:00
appveyor_repo_tag: true