dmitryserbin / azdev-release-orchestrator

Azure DevOps extension to manage and orchestrate release pipelines
MIT License
23 stars 13 forks source link

Specific run - buildNumber vs buildName #91

Closed DanieleS82 closed 1 year ago

DanieleS82 commented 1 year ago

Hi, looking into docs (here) to execute a specific pipeline version, in the YAML example you show to use: buildNumber: <value>

You write also:

Parameter | Description -- | -- buildNumber | Target build number (i.e. build name)

But the field buildNumber is not recognized as valid and after some research, the right field must be: buildName: <value>

It's only a documentation error?

dmitryserbin commented 1 year ago

Thanks for reporting, looks like a bug, I will look into it.

dmitryserbin commented 1 year ago

Fixed

dmitryserbin commented 1 year ago

Released 3.1.1890