I'm building an application that needs to be able to, on a command, publish itself to a specified directory.
I'm looking for something like
System.BuildSystem.Build(<project file>, 'release');
System.BuildSystem.Publish(<project file>, <destination folder>);
Is this possible?