Skip to content

[Bug] version 0.13.0 writes to STDERR breaking build pipelines #811

Description

@aweiker

Describe the bug
As of version 0.13.0 of azure-devops a message is written to STDERR for every command that is executed. As a result I had to change all of our build scripts to redirect STDERR to /dev/null whenever executing any of these commands.

For example just

To Reproduce

Azure-Devops extension version:

azure-cli                         2.0.74
command-modules-nspkg              2.0.3
core                              2.0.74
nspkg                              3.0.4
telemetry                          1.0.3

Extensions:
azure-devops                      0.13.0
interactive                        0.4.3

Steps to reproduce the behavior:

az pipelines list --organization https://dev.azure.com/ME/ --project "TEST" --query "[].{name: name, id: id}"

Expected behavior
Provide a list of projects with nothing written to STDERR

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions