Recently my ASP.NET project started failing on travis-ci. I have searched all over the internet and different forums but cant seem to find a solution. I am not a travis-ci genie but I do understand the basics.
Since a few days the builds started receiving the following error:
error MSB4044: The "KillProcess" task was not given a value for the required parameter "ImagePath".
I have tried to rebuild a previous commit that built successfully in the past. To test if I screwed something up with project files. Unfortunately that failed as well.
The successful commit build log.
All answers are welcome. Thank you in advance.