Skip to content

Commit

Permalink
Test CLI Release (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-anvashist authored Mar 24, 2022
1 parent 22e5738 commit c64bfc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-devops/azext_devops/dev/team/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ def list_projects(organization=None,
:type skip: int
:rtype: list of :class:`<TeamProject> <v5_0.core.models.TeamProject>`
"""
logger.debug('Opening web page: %s', 'Test CLI Release')

logger.debug('__________________________________________________________________________________________________')

organization = resolve_instance(detect=detect, organization=organization)
core_client = get_core_client_v51(organization)
team_projects = core_client.get_projects(state_filter=state_filter,
Expand Down

0 comments on commit c64bfc8

Please sign in to comment.