We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8ec39 commit d17cbcbCopy full SHA for d17cbcb
src/Benchmarks/Properties/launchSettings.json
@@ -13,12 +13,12 @@
13
"launchBrowser": true,
14
"environmentVariables": {
15
"EnableDbTests": "true",
16
- "Hosting:Environment": "Development",
17
"AspNet_Environment": "Development"
18
}
19
},
20
- "Run": {
21
- "commandName": "ef",
+ "Benchmarks": {
+ "commandName": "Benchmarks",
+ "commandLineArgs": "--app.EnableDbTests=true",
22
23
24
src/Benchmarks/project.json
@@ -18,6 +18,7 @@
"commands": {
+ "Benchmarks": "Benchmarks",
"ef": "EntityFramework.Commands"
0 commit comments