Search this blog
The Current Book – The Phoenix Project (re-reading)

-

18 Year MVP Awardee

Tags
- administration
- AI
- AIExperiments
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- encryption
- Flyway
- Friday Poll
- FWTips
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- Microsoft
- misc
- monitoring
- networking
- PASS
- Performance
- powershell
- presentations
- Redgate
- Redgate Monitor
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- words
- work
Search this blog
Steve’s Tweets
Tweets by way0utwestOlder Posts
Meta
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 Azure Devops, deployment, DevOps, syndicated
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 Azure Devops, continuous integration, DLM, syndicated
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 Azure Devops, Redgate, software development, SQL Change Automation, syndicated
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 Azure Devops, DevOps, software development, syndicated
Comments Off on Building locally from VSTS