Remove duplicate diagnostics
This commit is contained in:
parent
f6f43f6aa2
commit
b7ce0293a1
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
||||||
{
|
{
|
||||||
_pathToDotnetUnderTest = new Muxer().MuxerPath;
|
_pathToDotnetUnderTest = new Muxer().MuxerPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
Console.WriteLine($"Executing tests against {_pathToDotnetUnderTest}");
|
|
||||||
|
|
||||||
return _pathToDotnetUnderTest;
|
return _pathToDotnetUnderTest;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue