DiscordChatExporter/appveyor.yml

27 lines
480 B
YAML
Raw Normal View History

2017-10-27 15:46:10 -04:00
version: '{build}'
image: Visual Studio 2017
configuration: Release
before_build:
- ps: nuget restore
build:
verbosity: minimal
after_build:
- ps: Deploy\Prepare.ps1
artifacts:
2017-12-10 15:41:04 -05:00
- path: Deploy\bin\DiscordChatExporter.zip
2017-10-27 15:46:10 -04:00
name: DiscordChatExporter.zip
deploy:
- provider: GitHub
auth_token:
secure: sjQHWRw29AMiVMn3MtidtWnAzAf1mJ+mkJ/7h1B9TIAHhkFrqwMK7LtXV+uNJ9AO
artifact: DiscordChatExporter.zip
draft: true
on:
branch: master
2017-12-19 11:18:00 -05:00
appveyor_repo_tag: true