Skip to content

Commit

Permalink
print info
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Oct 4, 2018
1 parent 5980c06 commit e9310c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameters.cake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Parameters
var repoTagName = context.EnvironmentVariable("APPVEYOR_REPO_TAG_NAME");
var pullRequestTitle = context.EnvironmentVariable("SYSTEM_PULLREQUEST_SOURCEBRANCH");

Information($"RepoName: {repoName}, RepoBranch: {repoBranch}, PR Title: {pullRequestTitle}");
System.Console.WriteLine($"RepoName: {repoName}, RepoBranch: {repoBranch}, PR Title: {pullRequestTitle}/.");

if (pullRequestTitle == null
&& string.Compare(repoName, NuGetPushRepoName, StringComparison.OrdinalIgnoreCase) == 0
Expand Down

0 comments on commit e9310c8

Please sign in to comment.