c - Running Afterbuild task from CSProj in Jenkins -


i'm trying add build process in jenkins can create merged dll using ilmerge, gets published private nuget package.

here afterbuild in cs proj, after following instructions here: how integrate ilmerge visual studio build process merge assemblies?

which works fine locally. on jenkins build following error

 c:\program files (x86)\jenkins\jobs\ols_core_trunk_ci\workspace\ols.core\ols.core.csproj(152,5): error msb4062:  "ilmerge.msbuild.tasks.ilmerge" task not loaded assembly c:\program files %28x86%29\jenkins\jobs\ols_core_trunk_ci\workspace\ols.core\\packages\ilmerge.msbuild.tasks.1.0.0.3\tools\ilmerge.msbuild.tasks.dll.  not load file or assembly 'file:///c:\program files %28x86%29\jenkins\jobs\ols_core_trunk_ci\workspace\ols.core\packages\ilmerge.msbuild.tasks.1.0.0.3\tools\ilmerge.msbuild.tasks.dll' or 1 of dependencies. system cannot find file specified. confirm <usingtask> declaration correct, assembly , dependencies available, , task contains public class implements microsoft.build.framework.itask. 

does know how can solve this? i've been trying couple of days nwo, writing power shell script created merged dll found whole other host of problems that.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -