5 writes to SNBinaryPath
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
413
SNBinaryPath
= CreateTestResource("fake.sn.exe")
434
SNBinaryPath
= null,
1426
SNBinaryPath
= null,
1980
SNBinaryPath
= null,
2014
SNBinaryPath
= null,
5 references to SNBinaryPath
Microsoft.DotNet.SignTool (5)
src\SignToolTask.cs (5)
222
var isValidSNPath = !string.IsNullOrEmpty(
SNBinaryPath
) && File.Exists(
SNBinaryPath
) &&
SNBinaryPath
.EndsWith("sn.exe");
226
Log.LogError($"An incorrect full path to 'sn.exe' was specified: {
SNBinaryPath
}");
247
var signToolArgs = new SignToolArgs(TempDir, MicroBuildCorePath, TestSign, MSBuildPath, DotNetPath, LogDir, enclosingDir,
SNBinaryPath
, WixToolsPath, TarToolPath);