dark theme, logo, tests
This commit is contained in:
parent
51a08dec9a
commit
cd3629a5a0
9 changed files with 43 additions and 24 deletions
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
|
|
@ -50,13 +50,19 @@
|
|||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "copyTestConfig",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [ "build", "/t:CopyTestConfig" ]
|
||||
},
|
||||
{
|
||||
"label": "test",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"options": {
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
"ASPNETCORE_ENVIRONMENT": "Testing"
|
||||
}
|
||||
},
|
||||
"args": [
|
||||
|
|
@ -64,7 +70,8 @@
|
|||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [ "build", "copyTestConfig"]
|
||||
},
|
||||
{
|
||||
"label": "watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue