3 writes to PkgToolPath
Microsoft.DotNet.SignTool.Tests (3)
SignToolTests.cs (3)
551
PkgToolPath
= s_pkgToolPath,
572
PkgToolPath
= s_pkgToolPath,
2580
PkgToolPath
= s_pkgToolPath,
4 references to PkgToolPath
Microsoft.DotNet.SignTool (4)
src\SignToolTask.cs (4)
218
if (
PkgToolPath
== null && RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
220
Log.LogError($"PkgToolPath ('{
PkgToolPath
}') does not exist & is required for unpacking, repacking, and notarizing .pkg files and .app bundles on MacOS.");
240
var signToolArgs = new SignToolArgs(TempDir, MicroBuildCorePath, TestSign, DotNetPath, MSBuildVerbosity, LogDir, enclosingDir, SNBinaryPath, WixToolsPath, TarToolPath,
PkgToolPath
, DotNetTimeout);
256
pkgToolPath:
PkgToolPath
,