Comments
2 comments
-
The issue was found. There were a couple of issues. One dealt with how the drive mapping resolved on the TFS build machine. The second was were SmartAssembly pulled assemblies. Since it may pull things from the GAC, there were .dll's on my machine that weren't present on the build machine.
-
Thanks for following up! It is easy to get caught out when moving projects to a build server. I'm glad it's sorted out.
Add comment
Please sign in to leave a comment.
My build project contains this line (R: is a mapped drive):
So, I'm wondering if someone has an example of a working Exec call in TFS and if this is all I need to do (and I have another problem) or if there are other preperations I need to perform with setting paths or anything else.
Thanks.