Hide some built-in build/release tasks in TFS

落花浮王杯 提交于 2019-12-11 16:56:30

问题


TFS 2017 u2. The task gallery for build/release definitions is crowded by tasks that are utterly irrelevant to our software shop. They're built-in, so removing the extension is not an option.

Any way to hide them?


回答1:


CAVEAT I discourage you: if you need to reinstall a Task, the process is non-trivial.

This has already been answered at Remove custom installed build task on tfs

The idea is to use tfx build tasks delete. You need the GUID of the task: a quick way to get it is to look at the task.json file in the https://github.com/Microsoft/vsts-tasks repository.




回答2:


Unfortunately, there is no way to hide the tasks. You could search the tasks you want to use, and I've submitted a UserVoice at website below, you can vote it:

https://visualstudio.uservoice.com/forums/330519-visual-studio-team-services/suggestions/33373423-hide-build-tasks



来源:https://stackoverflow.com/questions/48833953/hide-some-built-in-build-release-tasks-in-tfs

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