I develop a custom tab to present VSTS build results. Can I change the tabs order, so that my custom tab is the first, thus shown by default?
The ms.vss-build-web.build-results-tab
contribution type has an order
property, which seems to serve my purpose. But I've tried using it with several different values with no effect. The documentation for the property is poor, and I saw some sample mentioning it's deprecated.