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
),
237
It.Is<string>(s => s ==
_dotnetPath
),
283
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),
293
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),
308
It.Is<string>(dotnet => dotnet ==
_dotnetPath
),