MsBuildCommandLineToolTask.

InvokeMsBuild(IEnumerable<string>) Method

Summary

Invokes MsBuild with the given additional arguments.

Syntax

protected int InvokeMsBuild(IEnumerable<string> instanceArguments)

Parameters

Name Type Description
instanceArguments IEnumerable<string> The instance specific arguments.

Return Value

Type Description
int The exit code of the process.