From ec7ac8b2fac4536c3e1e75c676bafd56a49b9863 Mon Sep 17 00:00:00 2001 From: Blair McGlashan Date: Tue, 18 Sep 2018 19:44:21 +0100 Subject: [PATCH] Env var doesn't seem to work for build version --- DolphinRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DolphinRelease.yml b/DolphinRelease.yml index be4554db59..8643e1bac0 100644 --- a/DolphinRelease.yml +++ b/DolphinRelease.yml @@ -1,4 +1,4 @@ -version: $(APPVEYOR_REPO_TAG_NAME) +version: v7.0.57.{build} skip_non_tags: true image: Visual Studio 2017 configuration: Release