Skip to content

Commit d17cbcb

Browse files
committed
Fix launchSettings.json
1 parent 7b8ec39 commit d17cbcb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Benchmarks/Properties/launchSettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"launchBrowser": true,
1414
"environmentVariables": {
1515
"EnableDbTests": "true",
16-
"Hosting:Environment": "Development",
1716
"AspNet_Environment": "Development"
1817
}
1918
},
20-
"Run": {
21-
"commandName": "ef",
19+
"Benchmarks": {
20+
"commandName": "Benchmarks",
21+
"commandLineArgs": "--app.EnableDbTests=true",
2222
"environmentVariables": {
2323
"AspNet_Environment": "Development"
2424
}

src/Benchmarks/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919

2020
"commands": {
21+
"Benchmarks": "Benchmarks",
2122
"ef": "EntityFramework.Commands"
2223
},
2324

0 commit comments

Comments
 (0)