7 references to ExecuteHelper
Microsoft.DotNet.MacOsPkg (7)
AppBundle.cs (2)
11
ExecuteHelper
.Run("ditto", args);
17
ExecuteHelper
.Run("ditto", args);
Package.cs (5)
114
ExecuteHelper
.Run("productbuild", args);
148
ExecuteHelper
.Run("pkgbuild", args);
152
=>
ExecuteHelper
.Run("pkgutil", $"--flatten {sourcePath} {destinationPath}");
161
ExecuteHelper
.Run("cat", $"{payloadFilePath} | gzip -d | cpio -id", tempDir);
174
ExecuteHelper
.Run("pkgutil", $"--expand {srcPath} {dstPath}");