We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e266ca6 commit caa53f8Copy full SHA for caa53f8
.vscode/tasks.json
@@ -34,9 +34,7 @@
34
"command": "pwsh",
35
"args": [
36
"./build.ps1",
37
- "-Test",
38
- "-Framework",
39
- "${input:framework}"
+ "-Test"
40
],
41
"group": {
42
"kind": "test",
@@ -47,7 +45,7 @@
47
45
"panel": "dedicated",
48
46
"clear": true
49
},
50
- "detail": "Run unit tests with selected framework"
+ "detail": "Run unit tests"
51
52
{
53
"label": "Clean",
@@ -60,17 +58,5 @@
60
58
"group": "build",
61
59
"detail": "Clean build artifacts"
62
}
63
- ],
64
- "inputs": [
65
- {
66
- "id": "framework",
67
- "description": "Target Framework",
68
- "type": "pickString",
69
- "options": [
70
- "net472",
71
- "net6.0"
72
73
- "default": "net6.0"
74
- }
75
]
76
0 commit comments