Skip to content

Commit 1b2aa66

Browse files
authored
Fixing the sync file being empty and update the version to be used (#188)
This change fixed an issue on auto-populated sync files by adding raw text tags around the applicable sections. It also updated the tag version to v4.0.0 to pick up the latest change of supporting self-hosted agents.
1 parent c46c379 commit 1b2aa66

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#}
3131

3232
{# The git ref value that files dependent on this repo will use. #}
33-
{% set mu_devops = "v3.0.0" %}
33+
{% set mu_devops = "v4.0.0" %}
3434

3535
{# The latest Project Mu release branch value. #}
3636
{% set latest_mu_release_branch = "release/202302" %}

.sync/azure_pipelines/MuDevOpsWrapper.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ parameters:
7373
jobs:
7474
- template: Jobs/PrGate.yml@mu_devops
7575
parameters:
76+
linux_container_image: {{ sync_version.linux_build_container }}
77+
{% raw %}
7678
do_ci_build: ${{ parameters.do_ci_build }}
7779
do_ci_setup: ${{ parameters.do_ci_setup }}
7880
do_pr_eval: ${{ parameters.do_pr_eval }}
@@ -85,6 +87,6 @@ jobs:
8587
tool_chain_tag: $(tool_chain_tag)
8688
vm_image: $(vm_image)
8789
container_build: ${{ parameters.container_build }}
88-
linux_container_image: {{ sync_version.linux_build_container }}
8990

9091
- ${{ parameters.extra_jobs }}
92+
{% endraw %}

0 commit comments

Comments
 (0)