Skip to content

Commit

Permalink
Output variable for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Sep 25, 2018
1 parent 5bbc85e commit 93fdc02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Tasks/CodeCoverage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public override void Run(Context context)

context.Tools.RegisterFile(codecovPath);

context.Information($"Environment Variable: {context.EnvironmentVariable("GitVersion_SemVer")}");

var buildVersion = string.Format("{0}{1}",
context.EnvironmentVariable("GitVersion_SemVer"),
context.BuildSystem().AppVeyor.Environment.Build.Version
Expand Down

0 comments on commit 93fdc02

Please sign in to comment.