DiscordChatExporter/appveyor.yml

32 lines
600 B
YAML
Raw Normal View History

2017-10-27 15:46:10 -04:00
version: '{build}'
image: Visual Studio 2017
configuration: Release
2017-12-12 07:04:29 -05:00
skip_tags: true
2017-10-27 15:46:10 -04:00
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
tag: APPVEYOR
release: APPVEYOR
auth_token:
secure: sjQHWRw29AMiVMn3MtidtWnAzAf1mJ+mkJ/7h1B9TIAHhkFrqwMK7LtXV+uNJ9AO
artifact: DiscordChatExporter.zip
draft: true
on:
branch: master
APPVEYOR_REPO_COMMIT_MESSAGE: Update version
2017-12-12 07:04:29 -05:00
APPVEYOR_REPO_COMMIT_AUTHOR: Alexey Golub