Skip to main content

Installing the Visual Studio Scrum Process Template

I blogged before about the Visual Studio Scrum 1.0 Process Template. But how do you get it installed?

Step 1 – Download the template

The process template is hosted at the Visual Studio Gallery. The easiest way to download the template is using the Extension Manager in Visual Studio 2010. Open Visual Studio 2010, and from the main menu, select Tools | Extension Manager. Select the Online Gallery tab on the left side of the window, and search for ‘Scrum’. Select the Microsoft Visual Studio Scrum 1.0 Process Template from the list and click the Download button. Once the file has finished downloading, click Close on the Extension Manager window to close it.

Step 2 – Install the template
You have to install the process template on your local machine before you can import it into Team Foundation Server 2010. To do that, doubleclick on the MSI and follow the installation procedure. If you left all the default settings, the Process Template is installed in the C:\Program Files (x86)\Microsoft\Microsoft Visual Studio Scrum 1.0 folder.

Step 3 - Importing the template

Importing the process template into Team Foundation Server 2010 is the same as for all other templates. Open the Process Template Manager in Visual Studio 2010 by selecting Team | Team Project Collection Settings | Process Template Manager. Click the Upload button and navigate to c:\Program Files (x86)\Microsoft\Microsoft Visual Studio Scrum 1.0\Process Template.

Step 4 - Installing the Scrum Dashboard Feature
As a last step you have to install the Scrum dashboard feature. Therefore you have to copy the Microsoft.TeamFoundation.Sharepoint.Scrum.wsp file found in the Project Portal folder to your Sharepoint server. Afterwards follow the procedure as described here to upload and install the wsp to your Sharepoint server.

Popular posts from this blog

DevToys–A swiss army knife for developers

As a developer there are a lot of small tasks you need to do as part of your coding, debugging and testing activities.  DevToys is an offline windows app that tries to help you with these tasks. Instead of using different websites you get a fully offline experience offering help for a large list of tasks. Many tools are available. Here is the current list: Converters JSON <> YAML Timestamp Number Base Cron Parser Encoders / Decoders HTML URL Base64 Text & Image GZip JWT Decoder Formatters JSON SQL XML Generators Hash (MD5, SHA1, SHA256, SHA512) UUID 1 and 4 Lorem Ipsum Checksum Text Escape / Unescape Inspector & Case Converter Regex Tester Text Comparer XML Validator Markdown Preview Graphic Color B

Help! I accidently enabled HSTS–on localhost

I ran into an issue after accidently enabling HSTS for a website on localhost. This was not an issue for the original website that was running in IIS and had a certificate configured. But when I tried to run an Angular app a little bit later on http://localhost:4200 the browser redirected me immediately to https://localhost . Whoops! That was not what I wanted in this case. To fix it, you need to go the network settings of your browser, there are available at: chrome://net-internals/#hsts edge://net-internals/#hsts brave://net-internals/#hsts Enter ‘localhost’ in the domain textbox under the Delete domain security policies section and hit Delete . That should do the trick…

Azure DevOps/ GitHub emoji

I’m really bad at remembering emoji’s. So here is cheat sheet with all emoji’s that can be used in tools that support the github emoji markdown markup: All credits go to rcaviers who created this list.