From 069be3093a70fb9ac2fafff06875edbca92627ee Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Tue, 25 Sep 2018 09:50:20 -0400 Subject: [PATCH] Logging the original value --- build/Tasks/CodeCoverage.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Tasks/CodeCoverage.cs b/build/Tasks/CodeCoverage.cs index 4491a3559b..461e589b5a 100644 --- a/build/Tasks/CodeCoverage.cs +++ b/build/Tasks/CodeCoverage.cs @@ -53,6 +53,7 @@ public override void Run(Context context) context.Tools.RegisterFile(codecovPath); context.Information($"Environment Variable: {context.EnvironmentVariable("GitVersion_SemVer")}"); + context.Information($"Current APPVEYOR_BUILD_VERSION: {context.EnvironmentVariable("APPVEYOR_BUILD_VERSION")}"); var buildVersion = string.Format("{0}{1}", context.EnvironmentVariable("GitVersion_SemVer"),