6 references to SignToolTests
Microsoft.DotNet.SignTool.Tests (6)
Config.cs (5)
15
public static string TarToolPath => Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "tar", "Microsoft.Dotnet.Tar.dll");
16
public static string PkgToolPath => Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "pkg", "Microsoft.Dotnet.MacOsPkg.dll");
17
public static string SNPath => Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "sn", "sn.exe");
18
public static string Wix3ToolPath => Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "wix3");
19
public static string WixToolPath => Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "tools", "wix", "net472", "x64");
SignToolTests.cs (1)
273
var srcPath = Path.Combine(Path.GetDirectoryName(typeof(
SignToolTests
).Assembly.Location), "Resources", name);