File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed
Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments