We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d30109 commit 7eabdfdCopy full SHA for 7eabdfd
src/GitVersion.Output/OutputGenerator/OutputGenerator.cs
@@ -48,7 +48,7 @@ public void Execute(GitVersionVariables variables, OutputContext context)
48
dotEnvEntries.Add(prefixedKey + "=" + environmentValue);
49
}
50
51
- foreach(var dotEnvEntry in dotEnvEntries)
+ foreach (var dotEnvEntry in dotEnvEntries)
52
{
53
this.console.WriteLine(dotEnvEntry);
54
0 commit comments