TFS Rest API not working for logs

橙三吉。 提交于 2019-12-02 11:41:52

I'm not sure if this is a supported API, but the following works for me.

VSTS: https://{instance}.visualstudio.com/{project}/_apis/build/builds/{buildid}/logs?$format=zip

TFS: http://{instance}/Collection/{project}/_apis/build/builds/81590/logs?$format=zip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!