我正在做一个POC,其中我需要创建一个自定义的VSTS发布步骤。我找到的文档告诉我使用Powershell和TFX (TFS跨平台命令行界面)。然而,当我尝试使用"tfx login“登录到我的VSTS实例时,我看到了以下内容,然后它就停了下来……永远不变。
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有人知道这是怎么回事吗?
发布于 2016-10-03 20:32:58
切换到VS2015的开发人员命令提示符,登录命令开始工作。
https://stackoverflow.com/questions/39831275
复制相似问题