.net - error CS2001: Source file could not be found -
i have .net application , configured application in jenkins automation build. have used svn "source code management". when build application through jenkins shows below error:
csc : error cs2001: source file 'app_start\filterclass.cs' not found [f:\pankaj\projects\jenkins code\workspace\mysolution.csproj]
and issue coming multiple files. however, when latest code svn , build project separably working fine. when use jenkins files missing.
you need force checkout repo instead of using update in jekins. in addition make sure have correct version of msbuild plugin intalled jenkins. had similar issues when correct dependencies not installed jenkins on slave node.
i hope these tips you.
regards, yasir
Comments
Post a Comment