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