From be2925dee925b20222380f483fd3bdf3a4e98279 Mon Sep 17 00:00:00 2001 From: uefibot Date: Thu, 31 Aug 2023 09:03:36 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/MuDevOpsWrapper.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index ad90ab04..02ad1488 100644 --- a/.azurepipelines/MuDevOpsWrapper.yml +++ b/.azurepipelines/MuDevOpsWrapper.yml @@ -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 @@ -106,6 +111,7 @@ jobs: - checkout: self fetchDepth: 1 clean: true + - ${{ parameters.extra_cargo_steps }} - template: Steps/RustCargoSteps.yml@mu_devops - ${{ parameters.extra_jobs }}