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