3 references to DOTNET_HOST_PATH
Microsoft.DotNet.MSBuildSdkResolver (3)
MSBuildSdkResolver.cs (3)
35
private const string DOTNET_HOST_PATH = nameof(
DOTNET_HOST_PATH
);
248
[
DOTNET_HOST_PATH
] = fullPathToMuxer
253
logger?.LogMessage($"Could not set '{
DOTNET_HOST_PATH
}' environment variable because dotnet executable '{fullPathToMuxer}' does not exist.");