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

azp: Too weak job continueOnError validation #333

Open
ChristopherHX opened this issue May 7, 2024 · 2 comments
Open

azp: Too weak job continueOnError validation #333

ChristopherHX opened this issue May 7, 2024 · 2 comments

Comments

@ChristopherHX
Copy link
Owner

/azure-pipeline.yml (Line: 7, Col: 22): Expected a Boolean value. Actual value: '$'

parameters: []
stages:
- stage:
  jobs:
  - job:
    dependsOn: ""
    continueOnError: $
    steps:
    - script: echo 0

While $[ ... ] are more strict

@ChristopherHX
Copy link
Owner Author

This extension validates global names while the online validator only checks the syntax inside $[ ... ]

@ChristopherHX
Copy link
Owner Author

in typed parameters this passes in official azure pipelines, only once used like that it is an error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant