From cf5cb298945f443cbc60436e77d7d6a5bbf8b019 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 26 Jun 2025 15:15:41 -0700 Subject: [PATCH] Update submodules in PR template test job --- .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 e95db62e9307..baa1da1b5881 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 /p:VsTestUseMSBuildOutput=false