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

Allow a 'quiet` flag for CI builds using scripts #567

@ryanisgrig

Description

@ryanisgrig

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:
    image

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

[enhancement]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions