Tag Archives: DEVOPS

Upgrade to SonarQube 9

We use SonarQube to scan our code (see Adding SonarQube to TFS build) and have version 8 LTS up-and-running for some time now. The upgrade to SonarQube 9 and future version 9 LTS is upcoming. Here is how we prepare for … Continue reading

Posted in Tooling | Tagged , | Leave a comment

Automate changes in SSIS packages

We use Sql Server Integration Services (SSIS) for importing and exporting data. The number of SSIS packages is stil growing and on writing this post we have 35 of them. Changing the database connectionstring for development means opening and editing … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

TFS tips #4 – Visual Studio Pricing

💡 This post is part of my TFS tips where I write about how we make the most of TFS (on premise) We have a Visual Studio Enterprise subscription for all our developers. Microsoft has created an overview of everything … Continue reading

Posted in Development | Tagged , , , , | Leave a comment

TFS tips #3 – Multiple release pipelines queue

💡 This post is part of my TFS tips where I write about how we make the most of TFS (on premise) We have multiple applications being released to the same server. For every application we have a CI/CD release … Continue reading

Posted in Development, Tooling | Tagged , , , | Leave a comment

TFS tips #2 – CodedUI with testagent

💡 This post is part of my TFS tips where I write about how we make the most of TFS (on premise) During release in our CI/CD we want some codedUI tests to run. In TFS we have the “Visual … Continue reading

Posted in Development, Tooling | Tagged , , , | Leave a comment