Skip to content

Commit efb0c21

Browse files
authored
Fix Orchard benchmarks (#2070)
1 parent 5211aa6 commit efb0c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/mvc-scenarios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ parameters:
7474
# Orchard Core
7575

7676
- displayName: Orchard - About - PostgresQL
77-
arguments: --scenario about-postgresql $(orchardJobs) --property scenario=OrchardAboutPostgresQL --property protocol=http
77+
arguments: --scenario about-postgresql $(orchardJobs) --property scenario=OrchardAboutPostgresQL --property protocol=http --application.noGlobalJson false
7878

7979
- displayName: Orchard - About - Sqlite
80-
arguments: --scenario about-sqlite $(orchardJobs) --property scenario=OrchardAboutSqlite --property protocol=http
80+
arguments: --scenario about-sqlite $(orchardJobs) --property scenario=OrchardAboutSqlite --property protocol=http --application.noGlobalJson false
8181

8282
steps:
8383
- ${{ each s in parameters.scenarios }}:

0 commit comments

Comments
 (0)