DiscordChatExporter/appveyor.yml
2017-12-19 18:18:00 +02:00

27 lines
No EOL
480 B
YAML

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