2 implementations of TestFileFullPath
Microsoft.TestPlatform.Build (2)
Tasks\VSTestTask.cs (1)
19
public ITaskItem?
TestFileFullPath
{ get; set; }
Tasks\VSTestTask2.cs (1)
19
public ITaskItem?
TestFileFullPath
{ get; set; }
3 references to TestFileFullPath
Microsoft.TestPlatform.Build (3)
Tasks\TestTaskUtils.cs (3)
95
if (task.
TestFileFullPath
== null || task.
TestFileFullPath
.ItemSpec.IsNullOrEmpty())
101
builder.AppendFileNameIfNotNull(task.
TestFileFullPath
);