Skip to content

Commit

Permalink
set pipeline name (#991)
Browse files Browse the repository at this point in the history
* set pipeline name

* try this

* fix
  • Loading branch information
joaomoreno committed Jun 4, 2024
1 parent 86ef072 commit f3c15a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ parameters:
type: string
default: 'none'

name: "$(Date:yyyyMMdd).$(Rev:r)${{ replace(format(' (🚀 {0})', parameters.nextVersion), ' (🚀 none)', '') }}"

extends:
template: azure-pipelines/npm-package/pipeline.yml@templates
parameters:
Expand Down

0 comments on commit f3c15a2

Please sign in to comment.