botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

port: Fix build ID to show each build's native ADO build ID (#6042)

Open github-actions[bot] opened this issue 4 years ago • 0 comments

The changes in Fix build ID to show each build's native ADO build ID (#6042) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.

Fixes #minor

Description

This would change the build ID format from a date plus a counting number to the native build ID used by ADO.

It would affect these v5 pipelines:

BotBuilder-DotNet-CI-PR-MacOS BotBuilder-DotNet-CI-PR-Windows

...making their ID format match the build ID format of the same v4 pipelines:

BotBuilder-DotNet-CI-PR-(MacLinux)-yaml BotBuilder-DotNet-CI-PR-yaml

Having the native ID is valuable because it is a unique identifier. It appears in the build's URL.

Please review and, if necessary, port the changes.

github-actions[bot] avatar Jan 25 '22 18:01 github-actions[bot]