This commit is contained in:
Ye Wang 2020-01-13 12:12:07 -08:00 коммит произвёл GitHub
Родитель 5b10a2bce0
Коммит f86880ec42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 3 добавлений и 8 удалений

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

@ -63,7 +63,9 @@ stages:
job_display_name: "Tag Git Sources (for release builds)"
operating_system: Windows
custom_checkout:
- checkout: none
- checkout: self
persistCredentials: true
clean: true
steps:
- template: "Publish.tagsources_steps_template.yaml"
parameters:

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

@ -16,8 +16,6 @@ parameters:
- Documentation
steps:
- checkout: none
- template: Publish.initialize_steps_template.yaml
parameters:
azure_dev_ops_build_definition_id: ${{ parameters.azure_dev_ops_build_definition_id }}

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

@ -9,8 +9,6 @@ parameters:
service_connection: "" # Service connection name setup in Azure DevOps
steps:
- checkout: none
- template: Publish.initialize_steps_template.yaml
parameters:
azure_dev_ops_build_definition_id: ${{ parameters.azure_dev_ops_build_definition_id }}

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

@ -6,9 +6,6 @@ parameters:
azure_dev_ops_project_id: "" # 7b4fddf7-fb53-4b12-bfcb-f87ad3774a32 (The project GUID from which to download the pipeline artifacts)
steps:
- checkout: self
persistCredentials: true
clean: true
- template: Publish.initialize_steps_template.yaml
parameters: