Skip to content

Commit

Permalink
Logging the original value
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Sep 25, 2018
1 parent 93fdc02 commit 069be30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Tasks/CodeCoverage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 069be30

Please sign in to comment.