MSB4030
This error occurs when an invalid parameter value is passed to an MSBuild task.
The message resembles the following text:
MSB4030: 'value' is an invalid value for the 'parameter name' parameter of the 'task name' task. The 'parameter name' parameter is of type 'parameter type'.
Check the documentation for the task for more information about the expected parameter type and allowed values.
See MSBuild tasks.