ci/azure-job-setup.yml: need to check out submodules for docs build
This commit is contained in:
Родитель
26ac04dd76
Коммит
1c4e60cfb1
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2020 the .NET Foundation
|
||||
# Copyright 2020-2021 the .NET Foundation
|
||||
# Licensed under the MIT License
|
||||
|
||||
# Setup steps for build and release jobs.
|
||||
|
@ -20,6 +20,7 @@ steps:
|
|||
- download: current
|
||||
|
||||
- checkout: self
|
||||
submodules: recursive
|
||||
|
||||
- bash: |
|
||||
set -euo pipefail
|
||||
|
|
Загрузка…
Ссылка в новой задаче