1

I'm trying to understand what the "Deployed" tab is used for in TFS 2013 Team Web Access. There's another similar question here: What is the "deployed" tab for in TFS 2012 Web Access

Some of the information there seems to suggest that TFS Deployer is setting a build quality, but what is it? Another post indicates that it might be for Azure deployments.

Just trying to understand how it works.

Community
  • 1
  • 1
Steve L.
  • 1,098
  • 13
  • 23
  • Possible duplicate of [What is the "deployed" tab for in TFS 2012 Web Access](http://stackoverflow.com/questions/17372508/what-is-the-deployed-tab-for-in-tfs-2012-web-access) – JamesQMurphy Mar 01 '16 at 20:30

1 Answers1

1

When you use the built in Continious Build to Azure build template it will automatically set this for successfully deployments.

You may be able to set this through the API.

  • Thanks, Martin. By the way... love your work. You're a huge influence in terms of all things TFS. – Steve L. Aug 26 '14 at 02:47
  • This applies to VSO. TFS 2013 update 3 Web Access has this tab too but there is no Continous build to Azure template. – Mehmet Aras Aug 26 '14 at 17:24