1 write to _dotnetPath
Microsoft.DotNet.Helix.Sdk.Tests (1)
InstallDotNetToolTests.cs (1)
185
_task.DotnetPath =
_dotnetPath
= @"D:\dotnet\dotnet.exe";
6 references to _dotnetPath
Microsoft.DotNet.Helix.Sdk.Tests (6)
InstallDotNetToolTests.cs (6)
64
It.Is<string>(s => s ==
_dotnetPath
),
97
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),
235
It.Is<string>(s => s ==
_dotnetPath
),
281
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),
291
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),
306
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),