Why does Release Management Visual Studio Online only show 4 actions?

本秂侑毒 提交于 2019-12-12 01:38:02

问题


After installing Release Management client and connecting to my Visual Studio Online account I only see 4 actions.

Online I see that other people have a lot more actions in their toolbox:


回答1:


What you are seeing is correct since in VSO you do pretty much everything in PowerShell using the Deploy Using PS/DSC action. I have a blog post series on Continuous Delivery with VSO here that might be of use in understanding how to get going.




回答2:


As Graham pointed out what you are seeing is correct. On VSO RM only supports the DSC/PowerShell (vNext) pipelines. But the on premises product also supports the Agent based solution which is where you see all the additional actions and can add our own.

If you look at how the Agent based actions are created most are PowerShell and you can modify the PowerShell to work in a vNext pipeline. Here is an example of making a script work in both. That would require that the PowerShell be a part of your project so RM would be able to execute it during your release. Not as nice a solution as the Agent based but the next version of RM will address both of your concerns. There will be a way to establish a secure connection with Azure and a way for you to add custom actions or “Tasks”.

Keep an eye on DonovanBrown.com or follow me @DonovanBrown, I have blog post ready that I can’t post until the new RM is released. Before anyone asks I don’t have a date.



来源:https://stackoverflow.com/questions/30572584/why-does-release-management-visual-studio-online-only-show-4-actions

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