File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4141steps :
4242- ${{ each s in parameters.scenarios }} :
You can’t perform that action at this time.
0 commit comments