9 references to Run
Microsoft.DotNet.MacOsPkg (9)
AppBundle.cs (3)
50
ExecuteHelper.
Run
("ditto", args);
56
ExecuteHelper.
Run
("ditto", args);
61
string output = ExecuteHelper.
Run
("codesign", $"--verify --verbose {inputPath}");
Package.cs (6)
139
ExecuteHelper.
Run
("productbuild", args);
173
ExecuteHelper.
Run
("pkgbuild", args);
177
=> ExecuteHelper.
Run
("pkgutil", $"--flatten {sourcePath} {destinationPath}");
186
ExecuteHelper.
Run
("cat", $"{payloadFilePath} | gzip -d | cpio -id", tempDir);
199
ExecuteHelper.
Run
("pkgutil", $"--expand {srcPath} {dstPath}");
208
string output = ExecuteHelper.
Run
("pkgutil", $"--check-signature {full_path}");