6 references to SdkToolsPath
Microsoft.Build.Tasks.Core (6)
AxTlbBaseTask.cs (6)
61
get => (string)Bag[nameof(
SdkToolsPath
)];
62
set => Bag[nameof(
SdkToolsPath
)] = value;
112
SdkToolsPath
,
129
(String.IsNullOrEmpty(
SdkToolsPath
) || !FileSystems.Default.DirectoryExists(
SdkToolsPath
)))
131
Log.LogErrorWithCodeFromResources("AxTlbBaseTask.SdkOrToolPathNotSpecifiedOrInvalid",
SdkToolsPath
?? "", ToolPath ?? "");