From 624f9a05080cc854cb9f955e1281967febba265b Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 25 Sep 2023 11:35:29 +0200 Subject: [PATCH] Checkout submodule for v14 integration tests --- build/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index afbd565af6..71aced42d9 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -301,6 +301,8 @@ stages: pool: vmImage: $(vmImage) steps: + - checkout: self + submodules: true - task: DownloadPipelineArtifact@2 displayName: Download build artifacts inputs: