From b237ac597c09b984d95f699b9f381bf446884f26 Mon Sep 17 00:00:00 2001 From: "Thomas A. F. Thorne" Date: Thu, 7 Feb 2019 11:03:26 +0000 Subject: [PATCH] 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. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0bbf0b45..6a91ebb3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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