5 references to SignToolTests
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
271
return Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "wix3");
276
return Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "wix", "net472", "x64");
279
private static string s_snPath = Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "sn", "sn.exe");
280
private static string s_pkgToolPath = Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "pkg", "Microsoft.Dotnet.MacOsPkg.Cli.dll");
284
var srcPath = Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "Resources", name);