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
###############################################
- 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: