From 85436ee7c9b6fa9f602fccc1293c1e816fd22d8a Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Thu, 16 Feb 2023 15:30:52 +0100 Subject: [PATCH] check out submodules too --- build/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 56e6dccc1b..deccda508c 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -39,6 +39,7 @@ stages: ## Build ############################################### - stage: Build + variables: npm_config_cache: $(Pipeline.Workspace)/.npm_client jobs: @@ -47,6 +48,8 @@ stages: pool: vmImage: 'ubuntu-latest' steps: + - checkout: self + submodules: true - task: NodeTool@0 displayName: Use Node.js $(nodeVersion) inputs: