From e9310c8d6a715b1788a44fd0b4e427780e85a0af Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 4 Oct 2018 10:46:34 +0100 Subject: [PATCH] print info --- parameters.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parameters.cake b/parameters.cake index cb16cd5360..191620aa70 100644 --- a/parameters.cake +++ b/parameters.cake @@ -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