microsoft / CSEDevOps

Azure DevOps extensions from CSE DevOps team
MIT License
26 stars 11 forks source link

Pipeline Runner default branch #29

Closed DimitryVlasenko closed 2 years ago

DimitryVlasenko commented 2 years ago

It appears that default branch for the extension was not moved to main from master

Scenario to reproduce:

if 'main' branch explicitly it gives a generic exception ##[error]Could not queue the build because there were validation errors or warnings.

To fix (workaround) setBranch: true Branch: main

in yaml definitions

Suggestion: Change default branch to main