mirror of https://github.com/winsw/winsw
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
parent
ab4a5c512e
commit
00d42c4536
|
|
@ -1,6 +1,3 @@
|
|||
|
||||
version: '2.0-SNAPSHOT-build{build}'
|
||||
|
||||
# Do not build on tags (GitHub and BitBucket)
|
||||
skip_tags: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue