microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

Fixing the sync file being empty and update the version to be used #188

Closed kuqin12 closed 1 year ago

kuqin12 commented 1 year ago

This change fixed an issue on auto-populated sync files by adding raw text tags around the applicable sections.

It also updated the tag version to v4.0.0 to pick up the latest change of supporting self-hosted agents.

kuqin12 commented 1 year ago

Tested this file locally and the output was generated as expected now.

makubacki commented 1 year ago

The raw text is an easy one to miss given the two syntaxes commonly used in these files.

cfernald commented 1 year ago

The raw text is an easy one to miss given the two syntaxes commonly used in these files.

I wonder if there is a way to make nunjucks blow up if it finds a variable it can't find to avoid this kind of thing in the future happening by accident.