1 write to Wix3ToolsPath
Microsoft.DotNet.SignTool.Tests (1)
SignToolTests.cs (1)
2370Wix3ToolsPath = GetWix3ToolPath(),
4 references to Wix3ToolsPath
Microsoft.DotNet.SignTool (4)
src\SignToolTask.cs (4)
212if(Wix3ToolsPath != null && !Directory.Exists(Wix3ToolsPath)) 214Log.LogError($"Wix3ToolsPath ('{Wix3ToolsPath}') does not exist."); 234var signToolArgs = new SignToolArgs(TempDir, MicroBuildCorePath, TestSign, DotNetPath, MSBuildVerbosity, LogDir, enclosingDir, SNBinaryPath, Wix3ToolsPath, WixToolsPath, PkgToolPath, DotNetTimeout);