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