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)
159
var executable = string.IsNullOrEmpty(
DotnetPath
) ? "dotnet" :
DotnetPath
;
160
Log.LogMessage($"Executing {
DotnetPath
} {string.Join(" ", args)}");