Skip to content

Commit

Permalink
[Debug] Ajout config build c#
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Sep 19, 2024
1 parent e1ec476 commit 1447dc8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
],
"problemMatcher": "$msCompile"
},
{
"label": "build-csharp",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/TopModel.Generator.Csharp/TopModel.Generator.Csharp.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "build-tmd",
"command": "dotnet",
Expand Down

0 comments on commit 1447dc8

Please sign in to comment.