Change pipeline name in build time

When you start to work on your own pipeline, either with YAML or using the GUI, you may be interested in changing the build name.

Here is one way to do it:

In your pipeline, you can add a bash step and use the following line:

 echo "##vso[build.updatebuildnumber]Hello World"

This command is part of the Logging Commands.