Skip to content

Commit 9126606

Browse files
committed
Merge pull request #130 from GeertvanHorrik/master
Fixed output of build server which wasn't written to the console any...
2 parents 4bd194b + b7eb96f commit 9126606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersion/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static void Main()
4444
{
4545
foreach (var buildServer in applicableBuildServers)
4646
{
47-
buildServer.WriteIntegration(versionAndBranch, Logger.WriteInfo);
47+
buildServer.WriteIntegration(versionAndBranch, Console.WriteLine);
4848
}
4949
}
5050

0 commit comments

Comments
 (0)