We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32a005a + f6221f0 commit 9bcb867Copy full SHA for 9bcb867
GitVersionExe/Program.cs
@@ -55,6 +55,7 @@ static int VerifyArgumentsAndRun()
55
return 0;
56
}
57
58
+ ConfigureLogging(arguments);
59
if (arguments.Init)
60
{
61
ConfigurationProvider.WriteSample(arguments.TargetPath, fileSystem);
@@ -71,7 +72,6 @@ static int VerifyArgumentsAndRun()
71
72
arguments.Output = OutputType.BuildServer;
73
74
- ConfigureLogging(arguments);
75
Logger.WriteInfo("Working directory: " + arguments.TargetPath);
76
77
SpecifiedArgumentRunner.Run(arguments, fileSystem);
0 commit comments