2 references to RunExternalProcess
Microsoft.DotNet.SignTool (2)
src\ZipData.cs (2)
711
RunExternalProcess
(log, "bash", $"-c \"find . -depth ! -wholename '.' -print | cpio -H newc -o --quiet > '{payload}'\"", out string _, layout);
714
RunExternalProcess
(log, "bash", $"-c \"find . -depth ! -wholename '.' -exec file {{}} \\;\"", out string output, layout);