microsoft / mu_devops

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

Steps/BuildPlatform.yml & Steps/PrGate.yml: Introduce publish_artifacts parameter #355

Closed MarcChen46 closed 1 month ago

MarcChen46 commented 2 months ago

A new publish_artifacts parameter is introduced to the Steps/PrGate.yml and Steps/BuildPlatform.yml templates to allow consuming pipelines to separate publication of artifacts from their copying to the staging directory. This is useful for a consumer to customize publication of the artifact staging directory after artifacts are copied by these templates. The default for publish_artifacts is true for complete backward compatibility with existing pipelines

MarcChen46 commented 2 months ago

@apop5, please help reviewing it and let me know if there is any feedback, thanks.

MarcChen46 commented 2 months ago

Hi @makubacki, please review it again and let me know if there is any extra feedbacks. thanks a lot.

apop5 commented 2 months ago

This looks good, Thanks for submitting it.

makubacki commented 1 month ago

Hi @makubacki, please review it again and let me know if there is any extra feedbacks. thanks a lot.

The updates look good. Thanks