Skip to content

Commit 55d0d55

Browse files
committed
w
1 parent 4ef6871 commit 55d0d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersion.App/ArgumentParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ private void ParseTargetPath(Arguments arguments, string? name, IReadOnlyList<st
161161
{
162162
EnsureArgumentValueCount(values);
163163
arguments.TargetPath = value;
164+
Console.WriteLine($"TargetPath: {arguments.TargetPath}");
164165
if (!Directory.Exists(value))
165166
{
166167
this.console.WriteLine($"The working directory '{value}' does not exist.");

0 commit comments

Comments
 (0)