Added the git submodule init command to run before the build
This commit is contained in:
parent
5befe65781
commit
eb929d5a0b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue