I've created a customized process based on the Agile process and have already done all prescribed steps noted in this post: TFS 2015 won't upload custom process template however when I change the version type to something different I receive this error during the upload process:
Time: 2016-04-21T08:37:48
Module: Template Importer
Exception Message: The remote server returned an error: (400) Bad Request. (type WebException)Status: ProtocolError
Response Status Code: BadRequest
Response Status Message: VS402452: The process template did not specify a version, or specified an invalid version
Exception Stack Trace: at System.Net.HttpWebRequest.GetResponse()
at Microsoft.TeamFoundation.Framework.Client.TeamFoundationProcessTemplateService.AddUpdateTemplate(String name, String description, String metadata, String state, String zipFileName)
at Microsoft.VisualStudio.TeamFoundation.PCW.TemplateManagementService.UpLoadTemplateFile(TemplateData data, FileInfo templateZipFile, ELeadLogger log)
at Microsoft.VisualStudio.TeamFoundation.PCW.TemplateManagementService.Import(String folderPath, ILogHandler logHandler)
Is there a list of 'acceptable' version types? The msdn documentation for TFS 2015 indicates that by uploading a customized process template it will not touch any of the existing processes, but this error seems to contradict that notion.
Any ideas? Been chomping away at this one for a day and everything else is ready to go once this one roadblock is cleared. Thanks!