Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

Answer to an e-mail comment concerning policies for work item types

We received the following e-mail from khurram:"I am using VSTS Workgroup Edition, and want to enforce certain policies to Work Items in Project eg- Project Administrator can update "any" work item- Only "Assigned" person can mark the work item "Resolved"- Unless "Planned Hours" or other certain field is populated work item cannot be marked "...

Answer to an e-mail comment on Move TFS from one Domain to another

We got an e-mail question from Graham: "I have installed TFS in Domain A, using a domain account for TFSSETUP. I then move the server to a new domain (using the My Computer properties page). Now Sql Server has a problems with ownership of the Team Server databases. Before the move the TFS databases were owned by <originalDomain>...

Creating a Visual Studio Setup Project in Team Foundation Build

Today's post is a walkthrough on configuring Team Foundation Build to create a Visual Studio setup project by using a custom task to envoke denvenv.exe. You can find the walkthrough here Walkthrough: Configuring Team Foundation Build to Build a Visual Studio Setup Project. As always, feedback and comments are welcome!SW...