You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If git allows ' in the branch name, then our PostResult job should also handle it. After looking at the yaml step more closely though, its possible $(System.PullRequest.SourceBranch) is actually where the bug is occurring. In that case it may be out of our control.
The text was updated successfully, but these errors were encountered:
It seems if the branch name contains the character ', then it gets ignored when the PostResult job runs in fast-ci.yaml
itwinjs-core/common/config/azure-pipelines/jobs/fast-ci.yaml
Lines 147 to 170 in d8b4364
This results in a 404 as seen below:
Screenshot of the PR branch name
Link to PR: #7351
If git allows ' in the branch name, then our PostResult job should also handle it. After looking at the yaml step more closely though, its possible $(System.PullRequest.SourceBranch) is actually where the bug is occurring. In that case it may be out of our control.
The text was updated successfully, but these errors were encountered: