#1
|
|||
|
|||
Changing users for TeamFoundation
Hello,
I was wondering if anyone has figured out a way to change the user in a "Team Foundation" step for a "get" action in Visual Build 6.0? Thank you for any help. Last edited by jlemieu1; 01-11-2006 at 02:48 PM. |
#2
|
|||
|
|||
Here is the output window information.
--------------------Starting Build: 'Test.bld'-------------------- Building project step 'TeamFoundation Test'... "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\tf.exe" Get /force /recursive /user "Testdom\tftestid" Unrecognized command option 'user'. Process completed with exit code 100 Step 'TeamFoundation Test' failed Build ended. |
#3
|
|||
|
|||
Or this is for login
--------------------Starting Build: 'Test.bld'-------------------- Building project step 'TeamFoundation Test'... "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\tf.exe" Get /force /recursive /login:testdom\tftestid TF30063: You are not authorized to access http://slc-test:8080/ . Process completed with exit code 100 Step 'TeamFoundation Test'failed Thank you for yourt help. Last edited by jlemieu1; 01-12-2006 at 10:14 AM. |
#4
|
|||
|
|||
I believe /login [1] is the way to go. From the look of your last attempt, it did accept the /login flag but didn't like the permissions. You may want to post your command and error message on the MSDN forums [2].
[1] http://msdn2.microsoft.com/library/4...US,VS.80).aspx [2] http://forums.microsoft.com/MSDN/Sho...ID=22&SiteID=1 |
|
|