1 write to DotnetPath
Microsoft.DotNet.Helix.Sdk.Tests (1)
InstallDotNetToolTests.cs (1)
185_task.DotnetPath = _dotnetPath = @"D:\dotnet\dotnet.exe";
3 references to DotnetPath
Microsoft.DotNet.Helix.Sdk (3)
InstallDotNetTool.cs (3)
159var executable = string.IsNullOrEmpty(DotnetPath) ? "dotnet" : DotnetPath; 160Log.LogMessage($"Executing {DotnetPath} {string.Join(" ", args)}");