From 85f3f1791339894b96391826b3aff45ce4e1b6d4 Mon Sep 17 00:00:00 2001 From: KnicKnic Date: Sun, 30 Jun 2019 22:40:27 -0700 Subject: [PATCH] add submodules --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f91f0d1..5dfc1e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,10 @@ variables: buildPlatform: 'Any CPU' buildConfiguration: 'Release' +steps: +- checkout: self + submodules: true + steps: - task: NuGetToolInstaller@0