Tag Archives: Azure Devops

VSTS–Changing the Default Build Queue

I wrote recently about the Release agent using the hosted queue as the default, which is sometimes a problem. The Build process has the same issue, though the way you change things is different. In a build, you see a … Continue reading

Posted in Blog | Tagged , , | Comments Off on VSTS–Changing the Default Build Queue

VSTS– Hosted Agent is the Default for Releases

In keeping with the idea I don’t want this to get out of date, this is VSTS as of Jun 1, 2017. If your screen looks different, find a different article. I was setting up a test the other day … Continue reading

Posted in Blog | Tagged , , | Comments Off on VSTS– Hosted Agent is the Default for Releases

Agent Phases in VSTS Deployment

VSTS (Visual Studio Team Services) continues to grow and change over time. It seems every few months I see some new features and changes, which are good and bad. Good in that usually things improve. Bad in that I get … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Agent Phases in VSTS Deployment

Making VSTS Deployment Changes to Databases without Breaking Your Application

One of the things that I do a lot is demo changes to databases with CI/CD in a DevOps fashion. However, I also want to make some application changes to my sample app without breaking things. As a result, I’ve … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Making VSTS Deployment Changes to Databases without Breaking Your Application