ChristopherHX

Results 121 issues of ChristopherHX

Known Issues: the github buildbot got usually api access failures (I hardcoded the version url there) As the buildtime of angle is reduced, it could be integrated into this ci...

Azure pipelines either never accepted `$[ ... ]` inside a job condition or stopped supporting it ```yaml parameters: [] stages: - stage: jobs: - job: dependsOn: "" condition: $[ succeeded()...

`/azure-pipeline.yml (Line: 7, Col: 22): Expected a Boolean value. Actual value: '$'` ```yaml parameters: [] stages: - stage: jobs: - job: dependsOn: "" continueOnError: $ steps: - script: echo 0...

The following passes on dev.azure.com, but fails here due to typo in `parammeters` ```yaml ${{ if false }}: IsNull: ${{ replace(coalesce(parameters.y, parammeters.y), '''', '''''') }} ``` The following fails in...

* Known Problem, workflows referencing vars from external template files doesn't invalidate cache

The current structs for azure pipelines lack these information