cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
CodeGuru
Level 4

TFS 2010 + TeamBuild + Distribute After Build via FTP not working

Server: 2008 R2 x64.

My project complies and deploys via FTP properly if I compile it on my dev box.

When building the solution via teambuild, it doesn't ftp the file to the ftp server. It doesn't throw up any errors either.

In the build log, it says:
Copy Files to Drop Location 00:00

I can ftp to the ftp server manually from the TFS server without problem. Even if I disable the windows firewall, it still fails.

There are no errors in the windows event log either.

Any ideas?

Thanks.
Labels (1)
0 Kudos
(1) Reply
CodeGuru
Level 4

Dev box:
Windows 7 x64
Visual Studio 2010
Installshield 2011
using cmd line msbuild to build the solution deploys the file via FTP.

Server:
Windows 2008 R2 x64
TFS 2010
Installshileld Standalone Build
Windows Firewall Disabled.
using cmd line msbuild builds the solution but does not deploy the file via ftp and displays no errors.
No events in the event log, or in the firewall log.

Watching the build happen, it doesn't even appear as if Installshield is trying to FTP the file. It doesn't pause or hang like its trying to establish a connection at all.
0 Kudos