ci/azure-job-setup.yml: need to check out submodules for docs build

This commit is contained in:
Peter Williams 2021-03-02 17:10:10 -05:00
Родитель 26ac04dd76
Коммит 1c4e60cfb1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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