Skip to content

Commit db825ac

Browse files
committed
GenerateFullPaths is true by default.
1 parent 4f6b224 commit db825ac

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"command": "dotnet",
1919
"args": [
2020
"build",
21-
"-clp:NoSummary",
22-
"-p:GenerateFullPaths=true"
21+
"-clp:NoSummary"
2322
],
2423
"runOptions": {
2524
"instanceLimit": 1
@@ -39,8 +38,7 @@
3938
"command": "dotnet",
4039
"args": [
4140
"pack",
42-
"-clp:NoSummary",
43-
"-p:GenerateFullPaths=true"
41+
"-clp:NoSummary"
4442
],
4543
"runOptions": {
4644
"instanceLimit": 1
@@ -60,8 +58,7 @@
6058
"command": "dotnet",
6159
"args": [
6260
"clean",
63-
"-clp:NoSummary",
64-
"-p:GenerateFullPaths=true"
61+
"-clp:NoSummary"
6562
],
6663
"runOptions": {
6764
"instanceLimit": 1

tasks.vs.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"command": "dotnet",
1010
"args": [
1111
"build",
12-
"-clp:NoSummary",
13-
"-p:GenerateFullPaths=true"
12+
"-clp:NoSummary"
1413
]
1514
},
1615
{
@@ -21,8 +20,7 @@
2120
"command": "dotnet",
2221
"args": [
2322
"pack",
24-
"-clp:NoSummary",
25-
"-p:GenerateFullPaths=true"
23+
"-clp:NoSummary"
2624
]
2725
},
2826
{
@@ -33,8 +31,7 @@
3331
"command": "dotnet",
3432
"args": [
3533
"clean",
36-
"-clp:NoSummary",
37-
"-p:GenerateFullPaths=true"
34+
"-clp:NoSummary"
3835
]
3936
}
4037
]

0 commit comments

Comments
 (0)