Style, small fixes, Windows single file

This commit is contained in:
2022-01-07 11:08:56 +01:00
parent ee82603f2f
commit e4dde1181c
5 changed files with 20 additions and 3 deletions

17
.vscode/tasks.json vendored
View File

@@ -42,6 +42,23 @@
],
"problemMatcher": "$msCompile"
},
{
"label": "publish singlefile windows",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/src/FileTime.ConsoleUI/FileTime.ConsoleUI.csproj",
"-p:PublishSingleFile=true",
"-c",
"Release",
"-r",
"win-x64",
"--self-contained",
"true"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",