Implemented interface member:
property
TaskEnvironment
Microsoft.Build.Framework.IMultiThreadableTask.TaskEnvironment
7 references to TaskEnvironment
Microsoft.DotNet.CMake.Sdk (7)
src\GetCMakeArtifactsFromFileApi.cs (7)
53AbsolutePath replyDirPath = TaskEnvironment.GetAbsolutePath(replyDir); 71string indexJson = File.ReadAllText(TaskEnvironment.GetAbsolutePath(indexFile)); 87AbsolutePath codeModelFilePath = TaskEnvironment.GetAbsolutePath(codeModelFile); 112string normalizedSourceDir = TaskEnvironment.GetAbsolutePath(SourceDirectory).GetCanonicalForm().Value.Replace('\\', '/').TrimEnd('/'); 141dirSource = TaskEnvironment.GetAbsolutePath(dirSource).GetCanonicalForm().Value.Replace('\\', '/').TrimEnd('/'); 174AbsolutePath targetFilePath = TaskEnvironment.GetAbsolutePath(targetFile); 197fullPath = TaskEnvironment.GetAbsolutePath(fullPath).GetCanonicalForm();