microsoft / mu_devops

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

<Binary/Other>CopyAndPublish.yml: Use bash to parse parameter string #171

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

Uses bash to parse a parameter string that could be empty since it is more robust and consistent than directly depending on pipeline string interpretation logic.

This treats the following strings as "empty":

makubacki commented 1 year ago

Note: Tested in PR https://github.com/microsoft/mu_tiano_platforms/pull/525