Runs MSBuild with the specified settings.
public static int RunMSBuild(MSBuildSettings? settings, AppRunnerSettings runnerSettings)
parameter | description |
---|---|
settings | The MSBuild settings. |
runnerSettings | The settings to use when running the app. |
Runs MSBuild with the specified arguments.
public static void RunMSBuild(MSBuildSettings? settings, IEnumerable<string?> args)
parameter | description |
---|---|
settings | The MSBuild settings. |
args | The arguments, if any. |
Runs MSBuild with the specified arguments.
public static void RunMSBuild(MSBuildSettings? settings, params string?[] args)
parameter | description |
---|---|
settings | The MSBuild settings. |
args | The arguments, if any. |