Implemented interface member:
property
TaskEnvironment
Microsoft.Build.Framework.IMultiThreadableTask.TaskEnvironment
24 references to TaskEnvironment
Microsoft.DotNet.Build.Tasks.Installers (24)
src\CreateWixBuildWixpack.cs (24)
111
AbsolutePath wixpackWorkingDir =
TaskEnvironment
.GetAbsolutePath(WixpackWorkingDir);
123
AbsolutePath projectPathAbsolute =
TaskEnvironment
.GetAbsolutePath(projectPath);
124
AbsolutePath destPathAbsolute =
TaskEnvironment
.GetAbsolutePath(Path.Combine(wixpackWorkingDir, Path.GetFileName(projectPath)));
158
AbsolutePath outputFile =
TaskEnvironment
.GetAbsolutePath(OutputFile);
164
AbsolutePath outputFolder =
TaskEnvironment
.GetAbsolutePath(OutputFolder);
184
AbsolutePath fullSourceDirPath =
TaskEnvironment
.GetAbsolutePath(fullSourceDir);
195
AbsolutePath destinationDir =
TaskEnvironment
.GetAbsolutePath(Path.Combine(wixpackWorkingDir, randomDirName));
205
AbsolutePath includeFilePath =
TaskEnvironment
.GetAbsolutePath(includeFile);
221
AbsolutePath tempFileAbsolutePath =
TaskEnvironment
.GetAbsolutePath(tempFilePath);
452
AbsolutePath responseFilePath =
TaskEnvironment
.GetAbsolutePath(Path.Combine(wixpackWorkingDir, "create.rsp"));
467
AbsolutePath commandFilePath =
TaskEnvironment
.GetAbsolutePath(Path.Combine(wixpackWorkingDir, "create.cmd"));
533
AbsolutePath xmlFilePath =
TaskEnvironment
.GetAbsolutePath(xmlPath);
542
AbsolutePath copiedXmlFilePath =
TaskEnvironment
.GetAbsolutePath(copiedXmlPath);
618
AbsolutePath sourceDir =
TaskEnvironment
.GetAbsolutePath(parts[0]);
673
AbsolutePath includeFileAbsolutePath =
TaskEnvironment
.GetAbsolutePath(includeFilePath);
692
AbsolutePath potentialFilePath =
TaskEnvironment
.GetAbsolutePath(potentialPath);
1042
AbsolutePath destDir =
TaskEnvironment
.GetAbsolutePath(Path.Combine(WixpackWorkingDir, fileId));
1046
AbsolutePath sourcePath =
TaskEnvironment
.GetAbsolutePath(source);
1050
AbsolutePath destPath =
TaskEnvironment
.GetAbsolutePath(Path.Combine(destDir, Path.GetFileName(source)));
1084
AbsolutePath bindPathAbsolute =
TaskEnvironment
.GetAbsolutePath(bindPath);
1136
AbsolutePath filePath =
TaskEnvironment
.GetAbsolutePath(file);
1137
AbsolutePath destinationFilePath =
TaskEnvironment
.GetAbsolutePath(Path.Combine(destDir, Path.GetFileName(file)));
1143
AbsolutePath subdirectoryPath =
TaskEnvironment
.GetAbsolutePath(dir);
1144
AbsolutePath destinationSubdirectoryPath =
TaskEnvironment
.GetAbsolutePath(Path.Combine(destDir, Path.GetFileName(dir)));