4 references to TestAssetsRootPath
Microsoft.Build.Tasks.UnitTests (4)
AddToWin32Manifest_Tests.cs (4)
52task.ApplicationManifest = new TaskItem(Path.Combine(TestAssetsRootPath, manifestName)); 62string expectedManifest = Path.Combine(TestAssetsRootPath, $"{manifestName ?? "default.win32manifest"}_expected"); 119File.Copy(Path.Combine(TestAssetsRootPath, manifestName), Path.Combine(projectFolder.Path, manifestName)); 133string expectedManifest = Path.Combine(TestAssetsRootPath, $"{manifestName ?? "default.win32manifest"}_expected");