[Feature Request] Extend --detect
to use environment variables available when running in Azure Pipelines
#1368
Labels
Feature
Feature Work required.
Is your feature request related to a problem? Please describe.
Azure Pipelines must be one of the key platforms on which
az devops
is employed. Azure Pipelines sets a number of environment variables that point to the current repository.It would be nice if
--detect
would be able to leverage these variablesDescribe the solution you'd like
Azure pipelines always sets these two variables:
When using
--detect
to automatically detect the organization or project, it should pick up these variables.Why?
-checkout: none
Why not?
- checkout: https://github.com/something/something.git
). Those workflows would break if they relied on--detect
and the environment variables would take precedence.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: