From a793bd69244073f32c50e4fae44aea596d4cdde6 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 26 Jun 2025 14:12:36 -0700 Subject: [PATCH 1/3] Test change for templates --- src/ProjectTemplates/Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ProjectTemplates/Directory.Build.props b/src/ProjectTemplates/Directory.Build.props index c97233e66a46..c39fbd5ec00a 100644 --- a/src/ProjectTemplates/Directory.Build.props +++ b/src/ProjectTemplates/Directory.Build.props @@ -3,6 +3,7 @@ + false From 9a2b63cdda2144ff39d271d392c1c1fecdc72e90 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 26 Jun 2025 14:14:39 -0700 Subject: [PATCH 2/3] Update template-tests-pr.yml --- .azure/pipelines/template-tests-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/template-tests-pr.yml b/.azure/pipelines/template-tests-pr.yml index 9bb3bfdff95a..3d686d47ee9d 100644 --- a/.azure/pipelines/template-tests-pr.yml +++ b/.azure/pipelines/template-tests-pr.yml @@ -16,7 +16,7 @@ pr: - release/* paths: include: - - src/ProjectTemplates/**/* + - src/ProjectTemplates/* variables: - name: _UseHelixOpenQueues From 2b524e0b75d0423057156fdb29aecce4e81fdc2a Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 26 Jun 2025 14:59:42 -0700 Subject: [PATCH 3/3] 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 3d686d47ee9d..d767536be559 100644 --- a/.azure/pipelines/template-tests-pr.yml +++ b/.azure/pipelines/template-tests-pr.yml @@ -33,6 +33,8 @@ jobs: agentOs: Windows timeoutInMinutes: 180 steps: + - script: git submodule update --init + displayName: Update submodules # Build the shared framework - script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64 /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)