Skip to content

Commit 470b276

Browse files
authored
Update submodules in PR template test job (#62487)
1 parent 496f01b commit 470b276

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/template-tests-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
agentOs: Windows
3434
timeoutInMinutes: 180
3535
steps:
36+
- script: git submodule update --init
37+
displayName: Update submodules
3638
# Build the shared framework
3739
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
3840
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /p:VsTestUseMSBuildOutput=false

0 commit comments

Comments
 (0)