Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Azure DevOps 服务器 (TFS),我在我的测试和生产服务器中注册了部署池代理,现在我需要卸载或删除我的服务器和我的 UI 上的配置,我该怎么做才能有一个脚本运行或只需删除文件,或者您能帮我什么忙。
你需要做两件事:
1)转到代理文件夹(他安装的位置)并config.cmd使用标志运行remove。如果您在代理文件夹中,请在命令行中运行:
config.cmd
remove
./config remove
2) 转到部署组(在 UI 中)并单击...组附近的然后Delete(删除所有组,如果您只想要代理,请进入并在那里做同样的事情)。
...
Delete