Implemented interface member:
property
TaskEnvironment
Microsoft.Build.Framework.IMultiThreadableTask.TaskEnvironment
2 references to TaskEnvironment
Microsoft.Build.Tasks.Core (2)
TarDirectory.cs (2)
139
_sourceDirectory = new DirectoryInfo(
TaskEnvironment
.GetAbsolutePath(SourceDirectory.ItemSpec).Value);
140
_destinationFile = new FileInfo(
TaskEnvironment
.GetAbsolutePath(DestinationFile.ItemSpec).Value);