From 98ab0863272714b74b6168aed664175fc93a98d4 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 29 Mar 2019 23:04:18 +0800 Subject: Fetch submodules in ci. --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9338a78..27c0562b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,9 @@ jobs: buildConfiguration: 'Release' steps: + - checkout: self + submodules: true + - script: py -3 tools\build.py -a $(buildPlatform) -c $(buildConfiguration) - task: CopyFiles@2 -- cgit v1.2.3