Skip to content

Commit

Permalink
Repo File Sync: Add extra_cargo_steps parameter to MuDevOpsWrapper.yml (
Browse files Browse the repository at this point in the history
#175)

synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#6035269178](https://github.com/microsoft/mu_devops/actions/runs/6035269178)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
  • Loading branch information
uefibot authored Aug 31, 2023
1 parent 3dcc6f8 commit fd4fa17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azurepipelines/MuDevOpsWrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ parameters:
displayName: Whether Rust code is being built
type: boolean
default: false
- name: extra_cargo_steps
displayName: Extra Steps to Run Before Standard Cargo Steps
type: stepList
default:
- script: echo No extra cargo steps provided

jobs:
- template: Jobs/PrGate.yml@mu_devops
Expand Down Expand Up @@ -106,6 +111,7 @@ jobs:
- checkout: self
fetchDepth: 1
clean: true
- ${{ parameters.extra_cargo_steps }}
- template: Steps/RustCargoSteps.yml@mu_devops

- ${{ parameters.extra_jobs }}
Expand Down

0 comments on commit fd4fa17

Please sign in to comment.