About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (193)
- Security (16)
- Test (30)
- Tooling (154)
- Uncategorized (151)
Most used tags
Tag Archives: release management
Cannot upload task attachment file
We run Pester tests during our tfs release. The output is published as test results and saved to the log files. To save the output.xml to the log file we use task.uploadfile from azure pipeline tasks. This task failed because … 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
TFS tips #1 – Install Java runtime on local server
💡 This post is part of my TFS tips where I write about how we make the most of TFS (on premise) We are currently working on a project that needs the Java runtime to be installed on our local … Continue reading
Posted in Development, Tooling
Tagged DEVOPS, release management, tfs release, tfs tips
Leave a comment
Continuous deployment step by step
This is not a how-to blog post guiding you to DEVOPSÂ heaven. I write down the steps we are taking to get continuous deployment in place for our project. Every time we take another step I’ll update this post. First of … Continue reading