Skip to content

Commit b5a30cc

Browse files
committed
Remove unnecessary tasks.
1 parent db825ac commit b5a30cc

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,6 @@
2525
},
2626
"problemMatcher": "$msCompile"
2727
},
28-
{
29-
"label": "Pack",
30-
"presentation": {
31-
"panel": "dedicated",
32-
"reveal": "silent",
33-
"revealProblems": "onProblem",
34-
"showReuseMessage": false,
35-
"clear": true
36-
},
37-
"type": "process",
38-
"command": "dotnet",
39-
"args": [
40-
"pack",
41-
"-clp:NoSummary"
42-
],
43-
"runOptions": {
44-
"instanceLimit": 1
45-
},
46-
"problemMatcher": "$msCompile"
47-
},
4828
{
4929
"label": "Clean",
5030
"presentation": {

tasks.vs.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@
1212
"-clp:NoSummary"
1313
]
1414
},
15-
{
16-
"taskLabel": "Pack",
17-
"contextType": "custom",
18-
"appliesTo": "/",
19-
"type": "launch",
20-
"command": "dotnet",
21-
"args": [
22-
"pack",
23-
"-clp:NoSummary"
24-
]
25-
},
2615
{
2716
"taskLabel": "Clean",
2817
"contextType": "clean",

0 commit comments

Comments
 (0)