diff --git a/appveyor.yml b/appveyor.yml index 4c614d8..63b25da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file + APPVEYOR_REPO_COMMIT_AUTHOR: Alexey Golub