Removed unit test task from Visual Studio Codium build because it doesn't exist yet
This commit is contained in:
parent
9f3a8a8142
commit
21a94992dc
18
.vscode/tasks.json
vendored
18
.vscode/tasks.json
vendored
@ -22,24 +22,6 @@
|
|||||||
},
|
},
|
||||||
"problemMatcher": "$msCompile"
|
"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",
|
"label": "Publish",
|
||||||
//"dependsOn": [ "Install" ],
|
//"dependsOn": [ "Install" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user