简体   繁体   中英

How does one queue a Team Foundation build from the command line?

tf.exe gives access to pretty much everything Team Foundation can do in terms of source control, but doesn't have an obvious way to queue a build from the command line (or from a script). Is there a means of doing this shipping with Team Foundation, or a third party tool that can do this?

2.At the command prompt type:

Copy

<root>:>TFSBuild start http://server01:8080 AdventureWorks Nightlies

Where the Team Foundation Server is the server specified by the build definition, "Nightlies" and the built files are saved in the build drop location, which is also specified by the build definition. The <root> specifies the drive, usually "C". The " http://server01 " specifies the URL for the Team Foundation server, "AdventureWorks" specifies the team project, and "Nightlies" specifies the build definition

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM