File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -450,14 +450,14 @@ buildvariants:
450450 tags : [pr]
451451 - name : auth-oidc-macos
452452 tasks :
453- - name : " !.auth_oidc_remote"
453+ - name : " !.auth_oidc_remote .auth_oidc "
454454 display_name : Auth OIDC macOS
455455 run_on :
456456 - macos-14
457457 batchtime : 10080
458458 - name : auth-oidc-win64
459459 tasks :
460- - name : " !.auth_oidc_remote"
460+ - name : " !.auth_oidc_remote .auth_oidc "
461461 display_name : Auth OIDC Win64
462462 run_on :
463463 - windows-64-vsMulti-small
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ def create_oidc_auth_variants():
375375 if host_name == "ubuntu22" :
376376 tasks = [".auth_oidc_remote" ]
377377 else :
378- tasks = ["!.auth_oidc_remote" ]
378+ tasks = ["!.auth_oidc_remote .auth_oidc " ]
379379 host = HOSTS [host_name ]
380380 variants .append (
381381 create_variant (
You can’t perform that action at this time.
0 commit comments