Showing category results for CI/CD

Nov 18, 2015
Post comments count0
Post likes count0

Announcing Public Preview for Visual Studio Team Services Code Search

Biju Venugopal MS

Today, we are excited to announce the public preview of Code Search in Visual Studio Team Services.  With this release you can search for code across TFVC and Git projects in your Visual Studio Team Services account. Not only can you perform full text matching, but for C#, C and C++, it understands the structure of your code and allows you to sear...

DevOpsCI/CDGit & Version Control
Nov 18, 2015
Post comments count0
Post likes count0

Announcing the new Release Management service in Visual Studio Team Services

Vijay Machiraju

Today at Connect(), we announced the public preview of the new Release Management service in VSTS. This service helps you automate deployment of your application software to multiple environments all the way to production. You can deploy applications to your on-premises servers or to Azure and other cloud platforms. Using Release Management, you ca...

DevOpsAzure & CloudAzure DevOps Server
Nov 18, 2015
Post comments count0
Post likes count0

MacinCloud Visual Studio Team Services Build and Improvements to iOS Build Support

Chris Patterson (MSFT)

Visual Studio Team Services (formerly Visual Studio Online) and Team Foundation Services 2015 supports a cross-platform build system that allows you to quickly and easily configure builds that run on Windows, Linux, and even OSX. All Visual Studio Team Services accounts come with a free Windows based hosted build agent but Xcode / iOS builds have n...

DevOpsAzure DevOps ServerCI/CD
Oct 8, 2015
Post comments count0
Post likes count0

Test result data retention with Team Foundation Server 2015

Manoj Bableshwar

Test execution, especially in the automated testing workflow, generates considerable amount of data. To keep your test system performant and responsive, its recommended to periodically clean up test results that are no longer relevant. Below are sources from which test results are generated in TFS, and the current features (as of TFS 2015 RTM or pr...

DevOpsAzure DevOps ServerCI/CD
Oct 4, 2015
Post comments count0
Post likes count0

Automating Azure Resource Group deployment using a Service Principal in Visual Studio Online: Build/Release Management

Vijay Machiraju

Connect your Azure subscriptions to VSTS in 3 clicks New improved user experience to setup Azure Resource Manager based service connection in VSTS. Follow the post below to configure Visual Studio Team Services to communicate with Azure in order to provision or deploy Azure Resource Manager resources such as virtual machines   Now,...

DevOpsAzure & CloudCI/CD
Sep 15, 2015
Post comments count0
Post likes count0

Announcing Public Preview for Performance/Load testing of Azure Webapp

Manas Maheshwari

Poor performance is one of the largest causes of lost business on the Internet. Companies are increasingly more concerned with losing business (like during the upcoming Holiday season) due to insufficient capacity sale and most/all development teams want to measure their applications performance BEFORE it hits production. With the newly introduced...

DevOpsAzure & CloudCI/CD
Aug 27, 2015
Post comments count0
Post likes count0

Announcing Package Management support for VSO/TFS

Karen Ng MSFT

UPDATE (2/1/16) : Package management is now available in Europe and Australia! Install from the VS Marketplace here. UPDATE (11/21/15) : The package management extension for Visual Studio Team Services is now available in the new Visual Studio Marketplace here.  It's only supported in the us-region right now Today, I’m happy to announce the n...

DevOpsAzure DevOps ServerCI/CD
Aug 26, 2015
Post comments count0
Post likes count0

Lab Management Evolution

Vijay Machiraju

[August 2015] Lab Management was introduced in TFS 2010 to help development teams easily deploy and test their applications on virtual machines in their routine ALM workflows. However, you have not seen us add significant new features to Lab Management in subsequent releases of TFS. Many of you asked us about the evolution of Lab Management. In th...

DevOpsCI/CD
Aug 25, 2015
Post comments count0
Post likes count0

Release Management vNext Plans

Vijay Machiraju

[Update on Nov 18, 2015] Release Management in Visual Studio Team Services is now publicly available. You can access all the features mentioned below right in your Visual Studio Team Services (formerly Visual Studio Online) account under Release hub.   August 2015 We have been talking about the vNext version of Release Management Service in Vis...

DevOpsCI/CD
Aug 14, 2015
Post comments count0
Post likes count0

IntelliTest – hands on

Pratap Lakshman

In practical terms, white box unit test development includes an iterative workflow informed by code coverage - write a unit test, see what parts of the code are not covered by the test, write more tests to cover those parts, repeat until all of the code is covered – a workflow not different from what we would use while working with IntelliTest, as ...

DevOpsCI/CDTest