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