如何读取 tfs 中代理的系统定义功能
How to read system defined capabilities for an agent in a tfs
我想从我的自托管构建代理读取我的 Msbuild 路径作为系统定义的功能,有什么办法吗?
您可以通过利用 Agents - Get API 调用并在参数列表中指定 includeCapabilities=true
来获取该信息。
值得注意的是,如果您添加新功能(例如安装 nodejs),则必须重新启动代理才能显示可用功能。
我想从我的自托管构建代理读取我的 Msbuild 路径作为系统定义的功能,有什么办法吗?
您可以通过利用 Agents - Get API 调用并在参数列表中指定 includeCapabilities=true
来获取该信息。
值得注意的是,如果您添加新功能(例如安装 nodejs),则必须重新启动代理才能显示可用功能。