From 1d57dc9146ff9099771726c1a46b5979b4fb01a7 Mon Sep 17 00:00:00 2001 From: "Thomas A. F. Thorne" Date: Thu, 7 Feb 2019 11:08:24 +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 6a91ebb3..4e4b5806 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ ##### General Configuiration ##### -version: '0.0.{APPVEYOR_REPO_COMMIT}.{build}' +version: '0.0.0.{APPVEYOR_REPO_COMMIT}.{build}' #environment: # these variables are common to all jobs