Include Repo Commit Has In Version
Until the ability to relate to a code version or tag is worked out, at least put the commit number as part of the build number.
This commit is contained in:
parent
d7da36ea8e
commit
b237ac597c
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
##### General Configuiration #####
|
||||
version: '0.0.{build}'
|
||||
version: '0.0.{APPVEYOR_REPO_COMMIT}.{build}'
|
||||
|
||||
#environment:
|
||||
# these variables are common to all jobs
|
||||
|
|
Loading…
Reference in New Issue