We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/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
$[ ... ]
The text was updated successfully, but these errors were encountered:
This extension validates global names while the online validator only checks the syntax inside $[ ... ]
Sorry, something went wrong.
in typed parameters this passes in official azure pipelines, only once used like that it is an error
No branches or pull requests
/azure-pipeline.yml (Line: 7, Col: 22): Expected a Boolean value. Actual value: '$'
While
$[ ... ]
are more strictThe text was updated successfully, but these errors were encountered: