mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Skip tags in appveyor
This commit is contained in:
parent
ebab80fda1
commit
01f8cf0e32
|
|
@ -1,10 +1,8 @@
|
||||||
# This config ensures the following:
|
|
||||||
# - When Alexey Golub commits "Update version", deploys to GitHub releases from master
|
|
||||||
|
|
||||||
version: '{build}'
|
version: '{build}'
|
||||||
|
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
skip_tags: true
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- ps: nuget restore
|
- ps: nuget restore
|
||||||
|
|
@ -30,4 +28,4 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
APPVEYOR_REPO_COMMIT_MESSAGE: Update version
|
APPVEYOR_REPO_COMMIT_MESSAGE: Update version
|
||||||
APPVEYOR_REPO_COMMIT_AUTHOR: Alexey Golub
|
APPVEYOR_REPO_COMMIT_AUTHOR: Alexey Golub
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue