This commit is contained in:
2022-06-16 17:03:38 +01:00
parent a11bab759e
commit 519a4fbd46
7 changed files with 37 additions and 19 deletions

2
.vscode/tasks.json vendored
View File

@ -68,7 +68,7 @@
"args": [
"test",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
"--logger:xunit"
],
"problemMatcher": "$msCompile",
"dependsOn": [ "build", "copyTestConfig"]