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