Implemented interface member:
property
TaskEnvironment
Microsoft.Build.Framework.IMultiThreadableTask.TaskEnvironment
3 references to TaskEnvironment
Microsoft.Build.Tasks.Core (3)
UpdateManifest.cs (3)
42
AbsolutePath inputManifestPath =
TaskEnvironment
.GetAbsolutePath(InputManifest.ItemSpec);
43
AbsolutePath outputManifestPath =
TaskEnvironment
.GetAbsolutePath(OutputManifest.ItemSpec);
44
AbsolutePath applicationManifestPath =
TaskEnvironment
.GetAbsolutePath(ApplicationManifest.ItemSpec);