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