Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2b5f14b

Browse files
authored
Update checked-in build definition to fix tests
Checked in definition contains 'master' which ends up causing race condition in tests. Set HelixBranch to actual branch used.
1 parent 9db226d commit 2b5f14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"value": "coreclr"
206206
},
207207
"HelixBranch": {
208-
"value": "master"
208+
"value": "release/2.0.0"
209209
},
210210
"HelixApiAccessKey": {
211211
"value": null,
@@ -294,4 +294,4 @@
294294
"state": "wellFormed",
295295
"revision": 418097633
296296
}
297-
}
297+
}

0 commit comments

Comments
 (0)