aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
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