aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-09-17 16:23:27 +0200
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-09-17 16:23:27 +0200
commit8f2ec3b197f4c07d6550cc1559f450484f22b209 (patch)
tree2a7f2bf9f6ea84727314b8c7616a541d9cd754a0
parentadc2a68a98a572e6541ffac587fd9f6247aec6d5 (diff)
Add submodule update to build.
-rw-r--r--.ci/azure-pipelines.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index 6417d500d..8ceee3675 100644
--- a/.ci/azure-pipelines.yml
+++ b/.ci/azure-pipelines.yml
@@ -28,7 +28,13 @@ jobs:
- checkout: self
clean: true
submodules: true
- persistCredentials: false
+ persistCredentials: true
+
+ - task: CmdLine@2
+ displayName: "Update submodules"
+ inputs:
+ script: 'git submodule update --recursive --remote'
+ workingDirectory: '$(Build.SourcesDirectory)'
- task: DotNetCoreCLI@2
displayName: Publish
@@ -87,7 +93,13 @@ jobs:
- checkout: self
clean: true
submodules: true
- persistCredentials: false
+ persistCredentials: true
+
+ - task: CmdLine@2
+ displayName: "Update submodules"
+ inputs:
+ script: 'git submodule update --recursive --remote'
+ workingDirectory: '$(Build.SourcesDirectory)'
- task: CmdLine@2
displayName: Clone the UX repository