Project Description
Console application for download build drop folder directly from Team Foundation Server
ExamplesDownload build drop from company TFS with current user into zip file:
TfsGetBuildDrop -a http://tfs.domain.it:8080/tfs/DefaultCollection -j ProjectName -b BuilName -f c:\file.zip
Download build drop from company TFS with current user and extract zip to direcory:
TfsGetBuildDrop -a http://tfs.domain.it:8080/tfs/DefaultCollection -j ProjectName -b BuilName -d C:\OutputDir
Open build drop zip file from company TFS with browser:
TfsGetBuildDrop -a http://tfs.domain.it:8080/tfs/DefaultCollection -j ProjectName -b BuilName -w
TODO
- Unzip folder - copy from drop subfolder to root directory
- Enable save settings to profile file