1 write to WixToolsPath
Microsoft.DotNet.SignTool.Tests (1)
SignToolTests.cs (1)
1427
WixToolsPath
= badPath
4 references to WixToolsPath
Microsoft.DotNet.SignTool (4)
src\SignToolTask.cs (4)
230
if(
WixToolsPath
!= null && !Directory.Exists(
WixToolsPath
))
232
Log.LogError($"WixToolsPath ('{
WixToolsPath
}') does not exist.");
247
var signToolArgs = new SignToolArgs(TempDir, MicroBuildCorePath, TestSign, MSBuildPath, DotNetPath, LogDir, enclosingDir, SNBinaryPath,
WixToolsPath
, TarToolPath);