Skip to content

Commit caed0b0

Browse files
jetersenarturcic
authored andcommitted
on exception show stack trace
1 parent e09622c commit caed0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionTask/GitVersionTasks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private static bool ExecuteGitVersionTask<T>(T task, Action<IGitVersionTaskExecu
3535
}
3636
catch (Exception exception)
3737
{
38-
taskLog.LogErrorFromException(exception);
38+
taskLog.LogErrorFromException(exception, showStackTrace: true, showDetail: true, null);
3939
return false;
4040
}
4141

0 commit comments

Comments
 (0)