{ "version": "2.0.0", "tasks": [ { "label": "User Secrets Init", "command": "dotnet", "type": "process", "args": [ "user-secrets", "-p", "${workspaceFolder}/File-Folder-Helper.csproj", "init" ], "problemMatcher": "$msCompile" }, { "label": "User Secrets Set", "command": "dotnet", "type": "process", "args": [ "user-secrets", "-p", "${workspaceFolder}/File-Folder-Helper.csproj", "set", "_UserSecretsId", "0c43f9aa-96e9-4298-967c-ed069d79e262" ], "problemMatcher": "$msCompile" }, { "label": "Format", "command": "dotnet", "type": "process", "args": [ "format", "--report", ".vscode", "--verbosity", "detailed", "--severity", "warn" ], "problemMatcher": "$msCompile" }, { "label": "Format-Whitespaces", "command": "dotnet", "type": "process", "args": [ "format", "whitespace" ], "problemMatcher": "$msCompile" }, { "label": "build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/File-Folder-Helper.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "publish", "command": "dotnet", "type": "process", "args": [ "publish", "${workspaceFolder}/File-Folder-Helper.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "watch", "command": "dotnet", "type": "process", "args": [ "watch", "run", "--project", "${workspaceFolder}/File-Folder-Helper.csproj" ], "problemMatcher": "$msCompile" }, { "label": "Publish AOT", "command": "dotnet", "type": "process", "args": [ "publish", "-r", "win-x64", "-c", "Release", "-p:PublishAot=true", "${workspaceFolder}/File-Folder-Helper.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "File-Folder-Helper AOT s J Verdaccio", "type": "shell", "command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe", "args": [ "s", "J", "L:/Verdaccio/storage", ], "problemMatcher": [] }, { "label": "File-Folder-Helper AOT s S BaGet", "type": "shell", "command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe", "args": [ "s", "S", "L:/BaGet/packages", ], "problemMatcher": [] }, { "label": "File-Folder-Helper AOT s X SortCodeMethods", "type": "shell", "command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe", "args": [ "s", "X", "L:/DevOps/Mesa_FI/File-Folder-Helper", "Day-Helper-2024-01-08", "L:/DevOps/Mesa_FI/File-Folder-Helper/Helpers" ], "problemMatcher": [] }, { "label": "File-Folder-Helper AOT s F Staging _Logs", "type": "shell", "command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe", "args": [ "s", "F", "'\\\\messv02ecc1.ec.local\\EC_EAFLog\\Staging\\_ Logs'", ], "problemMatcher": [] }, { "label": "Kanbn Console", "type": "npm", "script": "kanbn.board", "problemMatcher": [] }, { "label": "Kanbn Write Boad", "type": "shell", "command": "& kanbn board -j | L:/Git/kanbn2md/kanbn2md.exe >.kanbn/board.md", "problemMatcher": [] }, { "label": "Kanbn Write json", "type": "npm", "script": "kanbn.board.json", "problemMatcher": [] } ] }