From eb929d5a0bafc0f8a15473265ac2acf6ea105e6a Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 27 Nov 2019 22:06:50 -0800 Subject: [PATCH] Added the git submodule init command to run before the build --- .azure/pipelines/devBuilds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/devBuilds.yml b/.azure/pipelines/devBuilds.yml index f02c5700ff..2cc99199b8 100644 --- a/.azure/pipelines/devBuilds.yml +++ b/.azure/pipelines/devBuilds.yml @@ -17,6 +17,7 @@ stages: jobDisplayName: "Build: Windows x64/x86" agentOs: Windows steps: + - script: git submodule init - script: git submodule update --recursive - script: cd ./src/Components - script: ./build.cmd