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