2016-10-03 10 views
0

私はカスタムVSTSリリースステップを作成する必要があるPOCを実行しています。 PowerShellとTFX(TFSクロスプラットフォームコマンドラインインターフェイス)を使用することを私が指摘している文書があります。しかし、「tfx login」を使用してVSTSインスタンスにログインしようとすると、次のように表示されてしまい、ちょうど...永遠に座ってしまいます。「tfx login」が無期限に応答します

PS C:\Users\mmulhe200> tfx 
TFS Cross Platform Command Line Interface v0.3.30 
Copyright Microsoft Corporation 

         fTfs   
         fSSSSSSSs  
        fSSSSSSSSSS  
    TSSf   fSSSSSSSSSSSS  
    SSSSSF  fSSSSSSST SSSSS  
    SSfSSSSSsfSSSSSSSt SSSSS  
    SS tSSSSSSSSSs  SSSSS  
    SS fSSSSSSST  SSSSS  
    SS fSSSSSFSSSSSSf SSSSS  
    SSSSSST FSSSSSSFt SSSSS  
    SSSSt  FSSSSSSSSSSSS  
        FSSSSSSSSSS  
         FSSSSSSs  
         FSFs (TM) 

Available commands and command groups in tfx: 
- login: Login and cache credentials using a PAT or basic auth. 
- version: Output the version of this tool. 
- reset: Reset any saved options to their defaults. 
- logout: Log out and clear cached credential. 
- workitem: Commands for managing Work Items. 
- build: Commands for managing Builds. 
- extension: Commands to package, publish, and manage Extensions for Visual Studio Team Services. 


For help with an individual command, type tfx <command> --help 


PS C:\Users\mmulhe200> tfx login 
TFS Cross Platform Command Line Interface v0.3.30 
Copyright Microsoft Corporation 

ここで何が起こっているのかについての洞察はありますか?

答えて

0

VS2015の開発者コマンドプロンプトに切り替えると、loginコマンドが機能し始めました。

関連する問題