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