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
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/nullwhenever executing any of these commands.For example just
To Reproduce
Azure-Devops extension version:
Steps to reproduce the behavior:
Expected behavior
Provide a list of projects with nothing written to STDERR