You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DiscordChatExporter/appveyor.yml

32 lines
600 B

7 years ago
version: '{build}'
image: Visual Studio 2017
configuration: Release
skip_tags: true
7 years ago
before_build:
- ps: nuget restore
build:
verbosity: minimal
after_build:
- ps: Deploy\Prepare.ps1
artifacts:
- path: Deploy\bin\DiscordChatExporter.zip
7 years ago
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