I have problem with using Jenkins. I have SVN repository which contains my solution. First time when I compiled my code via Jenkns MSBuild without any error. After some app upgrades I have tried to compile my project again. I have got following error in three projects:
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(4381,5): error MSB3541: Files has invalid value "<<<<<<< .mine". Illegal characters in path. [C:\Program Files (x86)\Jenkins\workspace\***\***\**\DAL.csproj]
I have tried to delete obj
folders, recreate project in repo, use older version and that's still didn't help.
Any suggestions?