From 273f10eb475af6bc345786878d0c5d12066f6c8d Mon Sep 17 00:00:00 2001 From: Seeker186 <101211595+Seeker186@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:23:43 -0700 Subject: [PATCH] Test for AzDO artifacts generation. --- .azure/pipelines/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index ce8da1c3adc..55089cb89fa 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -293,7 +293,9 @@ stages: path: artifacts/bin/ANCMv2 - name: Windows_ANCMIISExpress_Msi path: artifacts/bin/AncmIISExpressV2 - + - name: Windows_CompositeImages + path: artifacts/bin/Microsoft.AspNetCore.App.Runtime/**/Composite + # Build Windows ARM - template: jobs/default-build.yml parameters: -- GitLab