What is the TFS 2012 Web Deployment Tab

I have several build definitions definitions in TFS 2012. They all use web deployment and web packages and deploy them to my test servers and work just fine.

I cannot, however, understand that the โ€œexpandedโ€ tab is used in TFS Web Access> Builds for?

+4
source share
1 answer

The expanded tab seems to be somehow related to Azure integration.

I found this post on the TFS Deployer website . You can even mark the assembly as โ€œdeployedโ€ through PowerShell, which seems pretty interesting. It would be nice if our deployed assemblies were displayed on this tab, and, integrating with TFS Deployer, this seems possible.

+2
source

Source: https://habr.com/ru/post/1488756/


All Articles