microsoft / mu_devops

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

Steps/RustCargoSteps.yml: Parameterize commands #252

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

Allows the format, test, and build commands to be customized by a caller. The default values remain the same as the previous commands for backward compatibility.

Repos that only contain pure Rust code may choose to pass conventional cargo commands or custom wrapper commands.