Syntax
public BuildEnvironment(bool designTime, bool restore, string[] targetsToBuild, string msBuildExePath, string dotnetExePath, IDictionary<string, string> additionalGlobalProperties = null, IDictionary<string, string> additionalEnvironmentVariables = null)
Parameters
| Name |
Type |
Description |
| designTime |
bool |
|
| restore |
bool |
|
| targetsToBuild |
string[] |
|
| msBuildExePath |
string |
|
| dotnetExePath |
string |
|
| additionalGlobalProperties |
IDictionary<TKey, TValue> |
|
| additionalEnvironmentVariables |
IDictionary<TKey, TValue> |
|
Return Value