Skip to content

Commit 7bf53d5

Browse files
committed
Fix build warning
1 parent 59adb4b commit 7bf53d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nerdbank.GitVersioning.Tasks/GetBuildVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ protected override bool ExecuteInner()
247247
}
248248
catch (ArgumentOutOfRangeException ex)
249249
{
250-
Log.LogErrorFromException(ex);
250+
this.Log.LogErrorFromException(ex);
251251
return false;
252252
}
253253
}

0 commit comments

Comments
 (0)