Implemented interface member:
property
TaskEnvironment
Microsoft.Build.Framework.IMultiThreadableTask.TaskEnvironment
3 references to TaskEnvironment
Microsoft.Build.Tasks.Core (3)
GenerateLauncher.cs (3)
60
Deployment.Bootstrapper.Util.GetDefaultPath(VisualStudioVersion,
TaskEnvironment
),
70
AbsolutePath outputPath = string.IsNullOrEmpty(OutputPath) ? default :
TaskEnvironment
.GetAbsolutePath(OutputPath);
72
var launcherBuilder = new LauncherBuilder(LauncherPath,
TaskEnvironment
);