File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ parameters:
74
74
# Orchard Core
75
75
76
76
- 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
78
78
79
79
- 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
81
81
82
82
steps :
83
83
- ${{ each s in parameters.scenarios }} :
You can’t perform that action at this time.
0 commit comments