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