Removed unit test task from Visual Studio Codium build because it doesn't exist yet

This commit is contained in:
Markus Ewald 2025-07-05 15:11:05 +02:00
parent 061c6e9906
commit bb08c4415a

18
.vscode/tasks.json vendored
View File

@ -22,24 +22,6 @@
},
"problemMatcher": "$msCompile"
},
{
"label": "Test",
//"dependsOn": [ "Run" ],
"group": {
"kind": "build",
"isDefault": true
},
"type": "shell",
"command": "dotnet",
"args": [
"test",
"${workspaceFolder}/Nuclex.Avalonia.DependencyInjection.Tests (netstandard-2.0).csproj",
],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": "$msCompile"
},
{
"label": "Publish",
//"dependsOn": [ "Install" ],