Skip to content

Commit 3472cfb

Browse files
committed
vscode: tasks
1 parent 57bd600 commit 3472cfb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.vscode/tasks.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
"type": "process",
88
"args": [
99
"build",
10-
"${workspaceFolder}/Demo.API/Demo.API.csproj"
11-
],
12-
"problemMatcher": "$msCompile"
13-
},
14-
{
15-
"label": "build-consumer",
16-
"command": "dotnet",
17-
"type": "process",
18-
"args": [
19-
"build",
20-
"${workspaceFolder}/Demo.Consumer.HandleMessages/Demo.Consumer.HandleMessages.csproj"
10+
"${workspaceFolder}/Solution.sln"
2111
],
2212
"problemMatcher": "$msCompile"
2313
}

0 commit comments

Comments
 (0)