From 0e15ec8fd710061fe6b36b3504d9e98f2f5315bb Mon Sep 17 00:00:00 2001 From: Naga Nandyala Date: Mon, 25 May 2026 13:57:46 +1000 Subject: [PATCH] {CI} Ship .yaml test fixtures in azure_cli_fulltest wheel Add *.yaml and **/*.yaml to package_data in scripts/ci/build.sh so non-recording fixtures (e.g. acr/tests/latest/taskfilesample.yaml) are included in the ephemeral azure_cli_fulltest wheel installed by TestRpmPackagesAzureLinux. Fixes test_acr_task FileNotFoundError after #33135 removed its @live_only decorator. --- scripts/ci/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh index de66b39d950..7bf813c5976 100755 --- a/scripts/ci/build.sh +++ b/scripts/ci/build.sh @@ -154,6 +154,7 @@ cat >>$testsrc_dir/setup.py <>$testsrc_dir/setup.py <