File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1818 "command" : " dotnet" ,
1919 "args" : [
2020 " build" ,
21- " -clp:NoSummary" ,
22- " -p:GenerateFullPaths=true"
21+ " -clp:NoSummary"
2322 ],
2423 "runOptions" : {
2524 "instanceLimit" : 1
3938 "command" : " dotnet" ,
4039 "args" : [
4140 " pack" ,
42- " -clp:NoSummary" ,
43- " -p:GenerateFullPaths=true"
41+ " -clp:NoSummary"
4442 ],
4543 "runOptions" : {
4644 "instanceLimit" : 1
6058 "command" : " dotnet" ,
6159 "args" : [
6260 " clean" ,
63- " -clp:NoSummary" ,
64- " -p:GenerateFullPaths=true"
61+ " -clp:NoSummary"
6562 ],
6663 "runOptions" : {
6764 "instanceLimit" : 1
Original file line number Diff line number Diff line change 99 "command" : " dotnet" ,
1010 "args" : [
1111 " build" ,
12- " -clp:NoSummary" ,
13- " -p:GenerateFullPaths=true"
12+ " -clp:NoSummary"
1413 ]
1514 },
1615 {
2120 "command" : " dotnet" ,
2221 "args" : [
2322 " pack" ,
24- " -clp:NoSummary" ,
25- " -p:GenerateFullPaths=true"
23+ " -clp:NoSummary"
2624 ]
2725 },
2826 {
3331 "command" : " dotnet" ,
3432 "args" : [
3533 " clean" ,
36- " -clp:NoSummary" ,
37- " -p:GenerateFullPaths=true"
34+ " -clp:NoSummary"
3835 ]
3936 }
4037 ]
You can’t perform that action at this time.
0 commit comments