5 writes to SNBinaryPath
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
404
SNBinaryPath
= CreateTestResource("fake.sn.exe")
424
SNBinaryPath
= null,
1385
SNBinaryPath
= null,
1951
SNBinaryPath
= null,
1984
SNBinaryPath
= null,
6 references to SNBinaryPath
Microsoft.DotNet.SignTool (6)
src\SignToolTask.cs (6)
208
var isValidSNPath = !string.IsNullOrEmpty(
SNBinaryPath
) && File.Exists(
SNBinaryPath
) &&
SNBinaryPath
.EndsWith("sn.exe");
212
Log.LogError($"An incorrect full path to 'sn.exe' was specified: {
SNBinaryPath
}");
223
Log.LogError($"An incorrect full path to 'sn.exe' was specified: {
SNBinaryPath
}");
244
var signToolArgs = new SignToolArgs(TempDir, MicroBuildCorePath, TestSign, MSBuildPath, LogDir, enclosingDir,
SNBinaryPath
, WixToolsPath, TarToolPath);