Skip to content

Commit caa53f8

Browse files
Update VSCode tasks for rewritten build script (#5118)
1 parent e266ca6 commit caa53f8

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
"command": "pwsh",
3535
"args": [
3636
"./build.ps1",
37-
"-Test",
38-
"-Framework",
39-
"${input:framework}"
37+
"-Test"
4038
],
4139
"group": {
4240
"kind": "test",
@@ -47,7 +45,7 @@
4745
"panel": "dedicated",
4846
"clear": true
4947
},
50-
"detail": "Run unit tests with selected framework"
48+
"detail": "Run unit tests"
5149
},
5250
{
5351
"label": "Clean",
@@ -60,17 +58,5 @@
6058
"group": "build",
6159
"detail": "Clean build artifacts"
6260
}
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-
}
7561
]
7662
}

0 commit comments

Comments
 (0)