We use Rake with Albacore for our build and deployment process in TeamCity. But my last solution has compilation issues. When I run the task msbuild, I get this error:
C: \ Program Files (x86) \ MSBuild \ Microsoft \ VisualStudio \ v9.0 \ WebApplications \ Microsoft.WebApplication.targets (60.3): error MSB3021: cannot execute copy file "bin \ admin.web.dll" to " C: / src / Trunk / admin / output / _PublishedWebsites \ web \ bin \ admin.web.dll. " Could not find file 'bin \ admin.web. dll. "
The build exit path for the website project is set to bin\. And it copies perfectly when created in Visual Studio. But building through rake does not work. My file has a rubile file for compilation :outdir, installed in 'output/_PublishedWebsites', and it copies all my other solutions.
This is a regional case, but it hurts me - does anyone have any ideas?
source
share