check out submodules too

This commit is contained in:
Bjarke Berg
2023-02-16 15:30:52 +01:00
parent 8f9c67ffee
commit 85436ee7c9

View File

@@ -39,6 +39,7 @@ stages:
## Build ## Build
############################################### ###############################################
- stage: Build - stage: Build
variables: variables:
npm_config_cache: $(Pipeline.Workspace)/.npm_client npm_config_cache: $(Pipeline.Workspace)/.npm_client
jobs: jobs:
@@ -47,6 +48,8 @@ stages:
pool: pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
steps: steps:
- checkout: self
submodules: true
- task: NodeTool@0 - task: NodeTool@0
displayName: Use Node.js $(nodeVersion) displayName: Use Node.js $(nodeVersion)
inputs: inputs: