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

I got the demo builder website build and when I tried to run the Parts Unlimited builder at the end, I got a warning. See screenshots; #11

Open patdelaney opened 4 years ago

patdelaney commented 4 years ago

Error while creating teams: PartsUnlimited Team

Error while importing source code: Value cannot be null.

Parameter name: key at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)

at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)

at VstsDemoBuilder.Controllers.EnvironmentController.ImportSourceCode(String templatesFolder, Project model, String sourceCodeJSON, Configuration _defaultConfiguration, Configuration importSourceConfiguration, String id) in E:\Projects\TFS_DemoGen\VstsDemoBuilder\Controllers\EnvironmentController.cs:line 781

image001