ms-iot / imx-iotcore

Windows 10 IoT Core BSP for NXP i.MX Processors
MIT License
64 stars 40 forks source link

Add CG manifest script #69

Closed dmcilvaney closed 5 years ago

dmcilvaney commented 5 years ago

Automatically invoke a python script to generate an up to date cgmanifest.json after each build, then invoke the CG task to consume it.

This script will convert branch names to the latest commit hash, and also automatically add submodules.

dmcilvaney commented 5 years ago

The manifest stuff can be anywhere (hence the external folder), I'll have to experiment with the pipeline file.

dmcilvaney commented 5 years ago

Ok, I've removed the new 'external' folder and created a 'ci' folder for all CI related files. The pipeline settings in devops will need to be updated to point to the new pipeline yaml file.