This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The BF Solutions builds make use of deployment scripts that utilize botdispatch, luis-apis, and botframework-cli. In order to run successfully we have to set build task settings as both:
- ErrorActionPreference: Continue
- Continue on error: Enabled
Without these the task fails almost immediately due to the formatting of output in the command prompt
Describe the solution you'd like
A clear and concise description of what you want to happen.
Add a quiet flag so that the builds can correctly say "stop when there is an error" and only stop in that case.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
-
When the settings are enabled to continue on error, the script runs correctly:

-
When the settings are enabled to stop on error, the script breaks almost immediately:

[enhancement]