Tag Archives: Azure Devops

Upgrading VSTS Redgate Build Tasks

I’ve been putting it off, but in prepping for SQL Bits demos, I decided this was a good time to just upgrade my original build and release tasks on VSTS from v1 to v2 for the Redgate tasks. The first … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Upgrading VSTS Redgate Build Tasks

DB CI: Getting Test Results in VSTS

One of the things I struggled with a bit was getting test results to appear in VSTS from my builds. Here’s my original Build flow: However, when I’d run a build, I got this in the Build summary: That’s not … Continue reading

Posted in Blog | Tagged , , , | Comments Off on DB CI: Getting Test Results in VSTS

Adding the ReadyRoll Extension in VSTS

As I’m doing a little development with ReadyRoll, I’m documenting some of the things I learn about the product. A few weeks ago I needed to do a demo with ReadyRoll for Redgate Software. I built a new project, and … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Adding the ReadyRoll Extension in VSTS

Building locally from VSTS

One of the things that you need with a Continuous Integration server is that ability to build your software on some computer system and verify things work. With Visual Studio Team Services, using Visual Studio online, this seems to be … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Building locally from VSTS