Skip to content

Commit 00c5d9f

Browse files
authored
Delete unused MSBuildBuildAndRestoreSettings (#49757)
1 parent caa9a32 commit 00c5d9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Cli/dotnet/Commands/Test/Models.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,3 @@ internal sealed record FlatException(string? ErrorMessage, string? ErrorType, st
129129
internal sealed record FileArtifact(string? FullPath, string? DisplayName, string? Description, string? TestUid, string? TestDisplayName, string? SessionUid);
130130

131131
internal sealed record TestSession(byte? SessionType, string? SessionUid, string? ExecutionId);
132-
133-
internal record MSBuildBuildAndRestoreSettings(string[] Commands, string Configuration, string RuntimeIdentifier, bool AllowBinLog, string BinLogFileName);

0 commit comments

Comments
 (0)