Added the git submodule init command to run before the build

This commit is contained in:
Artak 2019-11-27 22:06:50 -08:00 committed by GitHub
parent 5befe65781
commit eb929d5a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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