Skip to content

Commit f3c15a2

Browse files
authored
set pipeline name (#991)
* set pipeline name * try this * fix
1 parent 86ef072 commit f3c15a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ parameters:
2020
type: string
2121
default: 'none'
2222

23+
name: "$(Date:yyyyMMdd).$(Rev:r)${{ replace(format(' (🚀 {0})', parameters.nextVersion), ' (🚀 none)', '') }}"
24+
2325
extends:
2426
template: azure-pipelines/npm-package/pipeline.yml@templates
2527
parameters:

0 commit comments

Comments
 (0)