fix (#61)
This commit is contained in:
Родитель
5b10a2bce0
Коммит
f86880ec42
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче