GUI build. launch

This commit is contained in:
2022-02-04 00:48:30 +01:00
parent 2e832f72d2
commit 96cba48f04
2 changed files with 23 additions and 0 deletions

12
.vscode/tasks.json vendored
View File

@@ -13,6 +13,18 @@
],
"problemMatcher": "$msCompile"
},
{
"label": "build gui",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/src/GuiApp/FileTime.Avalonia/FileTime.Avalonia.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish cli",
"command": "dotnet",