About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (201)
- Security (17)
- Test (30)
- Tooling (160)
- Uncategorized (159)
Most used tags
Tag Archives: tfvc
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
Merge changeset to branch
We use Team Foundation Server with Team Foundation Version Control (not GIT). To support a release we created two branches called CurrentVersion and 5.0.2. Where CurrentVersion is our “development” branch for new features and 5.0.2 is our “master” branch used … Continue reading