Added a step to update submodules as well as disable PR builds (#17469)

* Added a step to update submodules

* Disable triggering on CI
This commit is contained in:
Artak 2019-11-27 17:51:25 -08:00 committed by GitHub
parent 32a2cc5943
commit 5befe65781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -3,11 +3,7 @@
#
# Configure which branches trigger builds
trigger:
batch: true
branches:
include:
- master
trigger: none
stages:
- stage: build_components
@ -21,6 +17,7 @@ stages:
jobDisplayName: "Build: Windows x64/x86"
agentOs: Windows
steps:
- script: git submodule update --recursive
- script: cd ./src/Components
- script: ./build.cmd
-ci