MSB4044
This error occurs when a task is not provided a value for a required parameter.
The message resembles the following text:
MSB4044: The 'task name' task was not given a value for the required parameter 'parameter name'.
Check the project file or imported file for the invocation of the task, and examine the arguments provided.
Check the documentation for the task for more information about the expected parameters, including which parameters are required, and which are optional.
See MSBuild tasks.