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