error MSB4019
I got this weird error when i try to build a .net 4.5 project on jenkins.
Iwas using a MSbuild.exe which was under
C:\Windows\Microsoft.NET\Framework\v4.0.30319 folder.
But the correct MSbuild.exe which i need to use was available under
C:\Program Files (x86)\MSBuild\14.0\Bin\
So i was using the wrong msbuild.exe thats why i got that stupid error.