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