[CI] Add explicit checkout name (#12905)

This commit is contained in:
Alex Soto 2021-10-01 15:20:11 -04:00 коммит произвёл GitHub
Родитель be99420469
Коммит 8dfb898472
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
17 изменённых файлов: 18 добавлений и 0 удалений

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

@ -26,6 +26,7 @@ jobs:
- group: Publish-Build-Assets
steps:
- checkout: self
path: s/xamarin-macios
clean: true
- task: UseDotNet@2

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

@ -27,6 +27,7 @@ steps:
- checkout: self # https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema#checkout
clean: true # Executes: git clean -ffdx && git reset --hard HEAD
submodules: recursive
path: s/xamarin-macios
- checkout: maccore
clean: true

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

@ -12,6 +12,7 @@ steps:
clean: true # Executes: git clean -ffdx && git reset --hard HEAD
submodules: false
persistCredentials: true
path: s/xamarin-macios
- pwsh: |
Import-Module $Env:SYSTEM_DEFAULTWORKINGDIRECTORY/tools/devops/automation/scripts/GitHub.psm1

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

@ -7,6 +7,7 @@ steps:
- checkout: self
persistCredentials: true
path: s/xamarin-macios
# download the common artifacts + the api diff
- template: ../common/download-artifacts.yml

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

@ -33,6 +33,7 @@ steps:
- checkout: self
persistCredentials: true
path: s/xamarin-macios
- template: download-artifacts.yml
parameters:

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

@ -7,6 +7,7 @@ steps:
- checkout: self
persistCredentials: true
path: s/xamarin-macios
# Download the Html Report that was added by the tests job.
- task: DownloadPipelineArtifact@2

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

@ -14,6 +14,7 @@ steps:
- checkout: self
persistCredentials: true
path: s/xamarin-macios
- template: download-artifacts.yml
parameters:

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

@ -13,6 +13,7 @@ steps:
- checkout: self
persistCredentials: true
path: s/xamarin-macios
- ${{ if eq(parameters.runTests, true) }}:
# Download the Html Report that was added by the tests job.

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

@ -32,6 +32,7 @@ steps:
- checkout: self
persistCredentials: true
path: s/xamarin-macios
- ${{ if eq(parameters.provisioningFailed, 'False') }}:
- template: download-artifacts.yml

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

@ -15,6 +15,7 @@ steps:
- checkout: self
persistCredentials: true
path: s/xamarin-macios
- ${{ if eq(parameters.provisioningFailed, 'False') }}:
- template: download-artifacts.yml

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

@ -14,6 +14,7 @@ steps:
- checkout: self
persistCredentials: true
path: s/xamarin-macios
- ${{ if eq(parameters.provisioningFailed, 'False') }}:
- template: download-artifacts.yml

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

@ -46,6 +46,7 @@ parameters:
steps:
- checkout: self
path: s/xamarin-macios
- checkout: maccore
persistCredentials: true # hugely important, else there are some scripts that check a single file from maccore that will fail

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

@ -1,6 +1,7 @@
steps:
- checkout: self
path: s/xamarin-macios
- checkout: maccore
persistCredentials: true # hugely important, else there are some scripts that check a single file from maccore that will fail

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

@ -15,6 +15,7 @@ parameters:
steps:
- checkout: self
path: s/xamarin-macios
- checkout: maccore
persistCredentials: true # hugely important, else there are some scripts that check a single file from maccore that will fail

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

@ -12,6 +12,7 @@ parameters:
steps:
- checkout: self
path: s/xamarin-macios
persistCredentials: true
- checkout: macios.ci

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

@ -7,6 +7,7 @@ parameters:
steps:
- checkout: self
path: s/xamarin-macios
- checkout: maccore
persistCredentials: true # hugely important, else there are some scripts that check a single file from maccore that will fail

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

@ -100,6 +100,7 @@ jobs:
steps:
- checkout: self
path: s/xamarin-macios
- checkout: xamarin-macios-data
persistCredentials: true
- checkout: maccore
@ -173,6 +174,7 @@ jobs:
vmImage: '$(macOSVersion)'
steps:
- checkout: self
path: s/xamarin-macios
- checkout: xamarin-macios-data
persistCredentials: true