Skip to content

Commit 630c387

Browse files
ilonatommyCopilot
andcommitted
Override Lighthouse source to use fork with insecure-origin flag fix
Co-authored-by: Copilot <[email protected]>
1 parent eb2413d commit 630c387

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build/blazor-scenarios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ parameters:
3030
default:
3131

3232
- displayName: Blazor Web (Server)
33-
arguments: --scenario blazorWebInteractiveServer $(blazorJobs) --property interactivity=Server --property template=Blazor
33+
arguments: --scenario blazorWebInteractiveServer $(blazorJobs) --property interactivity=Server --property template=Blazor --load.source.repository https://github.com/ilonatommy/Benchmarks.git --load.source.branchOrCommit blazor-restore-insecure-origin-flag
3434

3535
- displayName: Blazor Web (WebAssembly)
36-
arguments: --scenario blazorWebInteractiveWebAssembly $(blazorJobs) --property interactivity=WebAssembly --property template=Blazor
36+
arguments: --scenario blazorWebInteractiveWebAssembly $(blazorJobs) --property interactivity=WebAssembly --property template=Blazor --load.source.repository https://github.com/ilonatommy/Benchmarks.git --load.source.branchOrCommit blazor-restore-insecure-origin-flag
3737

3838
- displayName: Blazor Web (Auto)
39-
arguments: --scenario blazorWebInteractiveAuto $(blazorJobs) --property interactivity=Auto --property template=Blazor
39+
arguments: --scenario blazorWebInteractiveAuto $(blazorJobs) --property interactivity=Auto --property template=Blazor --load.source.repository https://github.com/ilonatommy/Benchmarks.git --load.source.branchOrCommit blazor-restore-insecure-origin-flag
4040

4141
steps:
4242
- ${{ each s in parameters.scenarios }}:

0 commit comments

Comments
 (0)