Fix visual studio dotnet core build task
This commit is contained in:
parent
42e9566b7b
commit
639cd234a3
|
|
@ -5,12 +5,16 @@
|
|||
"tasks": [
|
||||
{
|
||||
"label": "build",
|
||||
"command": "dotnet build",
|
||||
"command": "dotnet",
|
||||
"type": "shell",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"reveal": "silent"
|
||||
},
|
||||
"args": [
|
||||
"build",
|
||||
"/property:GenerateFullPaths=true"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue