Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .azurepipelines/MuDevOpsWrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# To upload coverage results, set `coverage_upload_target` to `ado` or `codecov`.
#
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
# instead of the file in this repo.
# instead of the file in this repo...
#
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
Expand All @@ -19,7 +19,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v13.0.0
ref: refs/heads/personal/joeyvagedes/codecov-upload

parameters:
- name: do_ci_build
Expand All @@ -41,7 +41,7 @@ parameters:
- name: do_pr_eval
displayName: Perform Stuart PR Evaluation
type: boolean
default: true
default: false
- name: container_build
displayName: Flag for whether this repo should do stuart_setup
type: boolean
Expand Down
Loading