|
|
|
@ -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
|
|
|
|
|