Skip to content

Commit

Permalink
added VS Code build task
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael committed Dec 30, 2023
1 parent 24e1aac commit e2b73d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "dotnet: build"
}
]
}

0 comments on commit e2b73d3

Please sign in to comment.