Handover Version control to AppVeyor jobs (#156)

In order to maintain Release and Snapshot versions on AppVeyor, I had to create two separate jobs on it. These jobs utilise the same config, but actually they only specify different version formats.

* Release job: `2.0.{build}`
* Snapshot & PR builder: 2.0-SNAPSHOT-build{build}

Maybe it's not the best practice
pull/157/head
Oleg Nenashev 2016-12-09 01:03:16 +01:00 committed by GitHub
parent ab4a5c512e
commit 00d42c4536
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
version: '2.0-SNAPSHOT-build{build}'
# Do not build on tags (GitHub and BitBucket)
skip_tags: true