From fc83699c1d7995cc20f9224b8b2b72f6f0f58404 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett (MSFT)" Date: Tue, 7 May 2019 07:57:46 -0700 Subject: [PATCH] ci: check out submodules, too (#512) --- build/pipelines/templates/build-console-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/pipelines/templates/build-console-steps.yml b/build/pipelines/templates/build-console-steps.yml index 5987a50cf..ef5b90b48 100644 --- a/build/pipelines/templates/build-console-steps.yml +++ b/build/pipelines/templates/build-console-steps.yml @@ -3,6 +3,7 @@ parameters: steps: - checkout: self + submodules: true clean: true - task: NuGetToolInstaller@0