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}' 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

Loading…
Cancel
Save