Tag: deployment

  • Working with branch deployments with TFS and Octopus

    Decide on a branching strategy, and branch the code. This assumes you already have a TFS build set up on your “main” branch Once the branch is complete, it should be something like: $/projectname/Dev Branched to: $/projectname/BranchName Then, clone the TFS build definition you currently use for Dev (or whatever your main branch is) I…

    Continue reading