Runs MSBuild.
public static class MSBuildRunner
| name | description |
|---|---|
| static GetMSBuildPath(…) | Gets the path of MSBuild for the specified version. |
| static RunMSBuild(…) | Runs MSBuild with the specified arguments. (3 methods) |
Consider calling these methods directly via using static Faithlife.Build.MSBuildRunner;.