Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 4361476

Browse files
committed
Added tag name and switch mode to manual
1 parent 60375d6 commit 4361476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
repositoryName: '$(Build.Repository.Name)'
4646
action: 'create' # Options: create, edit, delete
4747
target: '$(Build.SourceVersion)' # Required when action == Create || Action == Edit
48-
tagSource: 'auto' # Required when action == Create# Options: auto, manual
48+
tagSource: 'manual' # Required when action == Create# Options: auto, manual
4949
#tagPattern: # Optional
50-
#tag: # Required when action == Edit || Action == Delete || TagSource == Manual
51-
#title: # Optional
50+
tag: 'ci/$(Build.BuildId)' # Required when action == Edit || Action == Delete || TagSource == Manual
51+
title: 'CI Documentation Build $(Build.BuildId)' # Optional
5252
#releaseNotesSource: 'file' # Optional. Options: file, input
5353
#releaseNotesFile: # Optional
5454
#releaseNotes: # Optional

0 commit comments

Comments
 (0)