microsoft / TFSDemoGenerator

A utility to help create projects on Visual Studio Team Foundation Server with pre-populated sample content that includes source code, work items, iterations, service endpoints, build and release definitions based on a template you choose. The purpose of this system is to simplify working with the hands-on-labs, demos and other education material provided by the Microsoft Visual Studio Marketing team.
MIT License
15 stars 17 forks source link

Tailwing Traders template #12

Open eliassal opened 4 years ago

eliassal commented 4 years ago

I came across AzureDevOpsDemoGenerator at https://github.com/microsoft/AzureDevOpsDemoGenerator/ where I found that it has a couple of new templates for generating web sites on Azure. Is this project maintained and updated?

Is it possible to ad the templae from AzureDevOpsDemoGenerator to TFSDemoGenerator? Thanks

eliassal commented 4 years ago

This is a follow up, I copied the Tailwinds template to my version of the generator, updated

TemplateSetting.json

and ran the generator, it works fine, creates the project but fails on creating the release definition with the following error:

Error while creating release definition: VS402903: The specified value is not convertible to type ReleaseDefinition. Make sure it is convertible to type ReleaseDefinition and try again. Error while creating release definition: VS402903: The specified value is not convertible to type ReleaseDefinition. Make sure it is convertible to type ReleaseDefinition and try again.

Here is a snapshot of the error devopsgen

Project is created devopsgen2

Build definitions created as well devopsgen_003

but not the release def

devopsgen_004

What is needed to update in the template in order to make it go through until the end succesfly? Thanks for your help