Skip to content

Commit 98b1c7d

Browse files
authored
fix nullability of InvokeTestingPlatformTask _outputFileName (#5394)
1 parent d26c856 commit 98b1c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Platform/Microsoft.Testing.Platform.MSBuild/Tasks/InvokeTestingPlatformTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class InvokeTestingPlatformTask : Build.Utilities.ToolTask, IDisposable
3939

4040
private Task? _connectionLoopTask;
4141
private ModuleInfoRequest? _moduleInfo;
42-
private string _outputFileName;
42+
private string? _outputFileName;
4343
private StreamWriter? _outputFileStream;
4444
private string? _toolCommand;
4545

0 commit comments

Comments
 (0)