Skip to content

Commit 2318750

Browse files
authored
MuDevOpsWrapper.yml: Set container_build parameter (#253)
Sets the parameter to true since this usage of the template is always using a container. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent e2f5540 commit 2318750

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.sync/azure_pipelines/MuDevOpsWrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- ${{ parameters.extra_cargo_steps }}
118118
- template: Steps/RustCargoSteps.yml@mu_devops
119119
parameters:
120-
container_build: ${{ parameters.container_build }}
120+
container_build: true
121121

122122
- ${{ parameters.extra_jobs }}
123123
{% endraw %}

Steps/RustCargoSteps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parameters:
2121
type: string
2222
default: "cargo make build"
2323
- name: container_build
24-
displayName: Flag for whether this repo should do stuart_setup
24+
displayName: Flag for whether a container is being used
2525
type: boolean
2626
default: false
2727

0 commit comments

Comments
 (0)