Manage shared variables across Release definitions

One of the latest feature of VSTS is to provide a library for share variables between Releases definitions.

In this blog post we will see how create these shared variables and how link them to release definition.

Read more

View usage of resources in VSTS

One of last feature of VSTS is the possibility to view the Usage of resources consumption of VSTS by individual user.

One of this usage metric is the Usage TSTUs (Team Services Through Units) that correspond to shared resources consumption as for example : file upload with source control, running complex query, build execution. All this metrics is in one unit data called TSTUs.

Read more

Publishing a VSTS extension

We have seen in a previous article, the bases to create an extension for VSTS, that is to say, the pre-requisites and the structure of the Visual Studio solution.

But before you can use the extension remains of published step.

Publish an extension for VSTS is to:

  • Create VSIX package that contains the manifest
  • Upload this package in the Visual Studio publisher Marketplace
  • Publish files in a third website (as azure)

    Read more