简体   繁体   中英

How can I do a “get” from my Visual Studio Online Account Using Powershell?

I am setting up an automated build environment but I am having trouble connecting to my Visual Studio Online account through Powershell to fully automate the get-latest, build-project, and run-unit test process. Anyone have experience with this?

Update:

I am using TF Version Control

First, you should use the Team Build functionality to do this. It supports what you want to do out of the box and you don't need any scripting.

If you need a script you can use the "tf.exe" commands.

http://msdn.microsoft.com/en-us/library/z51z7zy0(v=vs.100).aspx

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