From b47d21b6592ba01e49cda2fa3d77bb901ba150fe Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 2 Jul 2025 13:51:29 -0700 Subject: [PATCH 1/2] Run template tests on Components/MVC changes --- .azure/pipelines/template-tests-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/pipelines/template-tests-pr.yml b/.azure/pipelines/template-tests-pr.yml index baa1da1b5881..ca5558d95b65 100644 --- a/.azure/pipelines/template-tests-pr.yml +++ b/.azure/pipelines/template-tests-pr.yml @@ -17,6 +17,8 @@ pr: paths: include: - src/ProjectTemplates/* + - src/Components/* + - src/Mvc/* variables: - name: _UseHelixOpenQueues From a853c2867e979babc904255302789c93e981b2d2 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 2 Jul 2025 13:54:33 -0700 Subject: [PATCH 2/2] Update template-tests-pr.yml --- .azure/pipelines/template-tests-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/pipelines/template-tests-pr.yml b/.azure/pipelines/template-tests-pr.yml index ca5558d95b65..612a7589c99b 100644 --- a/.azure/pipelines/template-tests-pr.yml +++ b/.azure/pipelines/template-tests-pr.yml @@ -47,6 +47,8 @@ jobs: /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /p:VsTestUseMSBuildOutput=false /p:OnlyTestProjectTemplates=true displayName: Run build.cmd helix target + env: + SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops artifacts: - name: Helix_logs path: artifacts/log/