Change pipeline name in build time

When you start to work on your own pipeline with yaml or using the GUI, you may interested to change the build name.

This is a way to do it :

On your pipeline, you can add a step in bash and use the following line

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

This command is part of Logging Command.