TFS 工作流活动在构建、自定义或固定后调用 REST 服务?
我有一个 NuGet 存储库,每次构建后都会获取一个包。我有一项 REST 服务,它是 NuGet 服务器的扩展,它将删除低于指定包的所有包。将房间连接在一起的地毯将是一个可以在构建和部署后调用此 REST 服务的操作。我的问题是,REST 活动是否已经存在,或者我是否需要构建它?
I have a NuGet repo that gets a package after each build. I have a REST service that is an extension to the NuGet server that will delete all packages lower than the one specified. The rug that will tie the room together would be an action that could call this REST service after the build and deploy. My question is, does a REST activity already exist, or do I need to build it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我创建了自己的 REST 客户端活动。我确信它有一些错误,但它对我有用。
Well, I created my own REST client activity. I am sure it has some bugs, but it works for me.