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:
450
450
tags : [pr]
451
451
- name : auth-oidc-macos
452
452
tasks :
453
- - name : " !.auth_oidc_remote"
453
+ - name : " !.auth_oidc_remote .auth_oidc "
454
454
display_name : Auth OIDC macOS
455
455
run_on :
456
456
- macos-14
457
457
batchtime : 10080
458
458
- name : auth-oidc-win64
459
459
tasks :
460
- - name : " !.auth_oidc_remote"
460
+ - name : " !.auth_oidc_remote .auth_oidc "
461
461
display_name : Auth OIDC Win64
462
462
run_on :
463
463
- windows-64-vsMulti-small
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ def create_oidc_auth_variants():
375
375
if host_name == "ubuntu22" :
376
376
tasks = [".auth_oidc_remote" ]
377
377
else :
378
- tasks = ["!.auth_oidc_remote" ]
378
+ tasks = ["!.auth_oidc_remote .auth_oidc " ]
379
379
host = HOSTS [host_name ]
380
380
variants .append (
381
381
create_variant (
You can’t perform that action at this time.
0 commit comments