set ci to checkout git submodules recursively

This commit is contained in:
Kai Kriegel 2021-01-29 17:41:16 +00:00
parent ffa95123ae
commit 05ead1ab15

View File

@ -23,6 +23,7 @@
# place project specific paths in variables to make the rest of the script more generic
variables:
GIT_SUBMODULE_STRATEGY: recursive
LIB_RELEASE_FOLDER: 'Borepin\Borepin\bin\Release'
UWP_RELEASE_FOLDER: 'Borepin\Borepin.UWP\bin\x86\Release'
TEST_FOLDER: 'Tests\bin\Release'