‘The precompilation target directory cann ot be in the same tree as the source application directory’
ASPNETCOMPILER : error ASPRUNTIME: The precompilation target directory (D:appsjenkinsHomejobsxxxworkspacexxxPrecompiledWebxxx) cann
ot be in the same tree as the source application directory (D:appsjenkinsHomejobsxxxworkspacexxx). [D:appsjenkinsHomejobsxxx
workspacexxxxxx.metaproj]
modify the slution file xxx.sln
modity from
Debug.AspNetCompiler.TargetPath=“PrecompiledWebxxx”
Release.AspNetCompiler.TargetPath=“PrecompiledWebxxx”
to
Debug.AspNetCompiler.TargetPath="..PrecompiledWebxxx"
Release.AspNetCompiler.TargetPath="..PrecompiledWebxxx"