CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

msbuild and DAL projects

rated by 0 users
Not Answered This post has 0 verified answers | 0 Replies | 0 Followers

Top 500 Contributor
38 Posts
DancesWithBamboo posted on Tue, Jan 22 2013 3:07 PM

I have just started using the encapulated invocation model(like the DataAccess e-book) for my DAL on a new MVC project.  I also use TFS to automate builds.  I am running into an issue since the concrete DAL implementations aren't referenced by the web project or its children, the DAL dlls don't get copied out to the bin folder in the _PublishedWebSites  folder during a team build process.

This is what I put in the post-build even on the project to get to work locally, but I have to take it out since it obviously doesn't work on a remote build on a TFS box:

copy /Y "$(TargetDir)$(ProjectName).dll" "$(SolutionDir)Nca.Web\bin\$(ProjectName).dll"

Does anyone have the changes needed to the msbuild script to get these ouputted durring an automated build as well as a local Visual Studio build?

 

 

 

Page 1 of 1 (1 items) | RSS

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems