TFS no release folder in build folder
Posted
by brian b
on Stack Overflow
See other posts from Stack Overflow
or by brian b
Published on 2010-04-09T16:35:57Z
Indexed on
2010/05/04
19:28 UTC
Read the original article
Hit count: 252
tfsbuild
I have a tfs build that works fine on the client, but when executed on the server, no actual binaries get created.
When I go to the folder: \[MyServer]\builds[BuildName], I see
BuildLog.txt
ErrorsWarningsLog.txt
Release.txt
I expect to see a big
\Release
folder full of my dlls, but I get nothing.
The error log reports no problems up until we ask the build to copy the binaries to our staging server. If I comment those out, I get no errors.
CustomizableOutDir is true, DropLocation is set to something sensible BuildDirectoryPath is set to something sensible
But no matter what, I just don't get any dlls built. Our local TFS guy is baffled too. Any suggestions?
© Stack Overflow or respective owner