From 5befe65781ebfb6b832c95d85361fec3defe6d7d Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 27 Nov 2019 17:51:25 -0800 Subject: [PATCH] Added a step to update submodules as well as disable PR builds (#17469) * Added a step to update submodules * Disable triggering on CI --- .azure/pipelines/devBuilds.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.azure/pipelines/devBuilds.yml b/.azure/pipelines/devBuilds.yml index b4094075c1..f02c5700ff 100644 --- a/.azure/pipelines/devBuilds.yml +++ b/.azure/pipelines/devBuilds.yml @@ -3,11 +3,7 @@ # # Configure which branches trigger builds -trigger: - batch: true - branches: - include: - - master +trigger: none stages: - stage: build_components @@ -21,6 +17,7 @@ stages: jobDisplayName: "Build: Windows x64/x86" agentOs: Windows steps: + - script: git submodule update --recursive - script: cd ./src/Components - script: ./build.cmd -ci