Skip tags in appveyor

pull/26/head
Alexey Golub 7 years ago committed by GitHub
parent ebab80fda1
commit 01f8cf0e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,8 @@
# 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
skip_tags: true
before_build:
- ps: nuget restore
@ -30,4 +28,4 @@ deploy:
on:
branch: master
APPVEYOR_REPO_COMMIT_MESSAGE: Update version
APPVEYOR_REPO_COMMIT_AUTHOR: Alexey Golub
APPVEYOR_REPO_COMMIT_AUTHOR: Alexey Golub

Loading…
Cancel
Save