About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
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
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
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
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 DEVOPS, release management, tfs release, tfs tips
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 DEVOPS, release management, tfs release, tfs tips
Leave a comment