1 write to _dotnetPath
Microsoft.DotNet.Arcade.Sdk.Tests (1)
InstallDotNetToolTests.cs (1)
181
_task.DotnetPath =
_dotnetPath
= @"D:\dotnet\dotnet.exe";
6 references to _dotnetPath
Microsoft.DotNet.Arcade.Sdk.Tests (6)
InstallDotNetToolTests.cs (6)
64
It.Is<string>(s => s ==
_dotnetPath
),
97
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),
229
It.Is<string>(s => s ==
_dotnetPath
),
275
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),
285
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),
300
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),