mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 13:44:12 -04:00
Add appveyor.yml
This commit is contained in:
parent
107c9de265
commit
0cfcaca6b2
1 changed files with 33 additions and 0 deletions
33
appveyor.yml
Normal file
33
appveyor.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
# This config ensures the following:
|
||||
# - When Alexey Golub commits "Update version", deploys to GitHub releases from master
|
||||
|
||||
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\Output\DiscordChatExporter.zip
|
||||
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
|
||||
APPVEYOR_REPO_COMMIT_AUTHOR: Alexey Golub
|
Loading…
Add table
Add a link
Reference in a new issue