Summary
Invokes MsBuild with the given additional arguments.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- Ms
Build Command Line Tool Task
Syntax
protected int InvokeMsBuild(IEnumerable<string> instanceArguments)
Parameters
Name | Type | Description |
---|---|---|
instanceArguments | IEnumerable |
The instance specific arguments. |
Return Value
Type | Description |
---|---|
int | The exit code of the process. |