Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema validation: continueOnError should be boolean #507

Open
dylan8902 opened this issue Feb 2, 2023 · 4 comments
Open

Schema validation: continueOnError should be boolean #507

dylan8902 opened this issue Feb 2, 2023 · 4 comments
Labels
Area: VsCodeExtension bug Something isn't working

Comments

@dylan8902
Copy link

continueOnError as part of a script task shows as not passing schema validation with expectation to be string which is incorrect

Screenshot 2023-02-02 at 11 46 07

@dylan8902
Copy link
Author

dylan8902 commented Feb 2, 2023

Is the schema generated automatically from https://github.com/microsoft/azure-pipelines-tasks somehow? Trying to find where it would be fixed other than just manually changing https://github.com/microsoft/azure-pipelines-vscode/blob/main/service-schema.json

@KonstantinTyukalov
Copy link
Contributor

Hi @dylan8902, thanks for reporting!
We're currently working on higher priority issues, but we'll come back to this one soon

@KonstantinTyukalov KonstantinTyukalov added bug Something isn't working and removed triage labels Feb 2, 2023
@dylan8902
Copy link
Author

Happy to try and fix it myself if you could point me to how the schema is generated?

@andrzejzysko-eah
Copy link

The same problem applies to: failOnStderr
image
and name does not allow to use variables:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: VsCodeExtension bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants