Relative Path to relative to content

This commit is contained in:
2023-07-18 21:46:56 -07:00
parent ec3afd2f96
commit 40b12d17f9
17 changed files with 716 additions and 172 deletions

11
.vscode/launch.json vendored
View File

@ -37,14 +37,5 @@
// dotnet run "s" "C:/Users/phares/.nuget/packages"
// dotnet run "s" "D:/ProgramData/EC_EAFRepository/nupkg"
// dotnet run "s" "D:/Baget/packages"
// dotnet run "s" "L:/Baget/packages"
// dotnet run "s" "L:/Verdaccio/storage"
// dotnet run "s" "\\messdv002.na.infineon.com\Candela\BaGet\packages"
// dotnet run "s" "\\messa01ec.ec.local\apps\Metrology\Run Data Repository"
// dotnet run "s" "D:/Documents/Obsidian/Infineon/.kanbn"
// dotnet run "s" "L:/Git/View-by-Distance-MKLink-Console/.kanbn"
// dotnet run "s" "T:/MESAFIBACKLOG/06_SourceCode/MESAFIBACKLOG/Adaptation/.kanbn"
// dotnet run "s" "D:/Documents/Projects/EC-Documentation - Foam/.kanbn"
// dotnet run "s" "D:/Documents/Notes/Infineon"
// dotnet run "s" "D:/5-Other-Small/Notes/Infineon/.kanbn"
// dotnet run "s" "D:/Documents/Projects/EC-Documentation"
// dotnet run "s" "T:/MESAFIBACKLOG/06_SourceCode/MESAFIBACKLOG/Adaptation/.kanbn"

16
.vscode/settings.json vendored
View File

@ -10,12 +10,14 @@
"**/node_modules": true
},
"cSpell.words": [
"ASPNETCORE",
"endianness",
"Infineon",
"Kanban",
"Phares",
"Serilog",
"SYSLIB"
"ASPNETCORE",
"endianness",
"Infineon",
"Kanban",
"kanbn",
"onenote",
"Phares",
"Serilog",
"SYSLIB"
]
}

50
.vscode/tasks.json vendored
View File

@ -2,7 +2,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "userSecretsInit",
"label": "User Secrets Init",
"command": "dotnet",
"type": "process",
"args": [
@ -14,7 +14,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "userSecretsSet",
"label": "User Secrets Set",
"command": "dotnet",
"type": "process",
"args": [
@ -28,7 +28,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "format",
"label": "Format",
"command": "dotnet",
"type": "process",
"args": [
@ -79,7 +79,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "publishAot",
"label": "Publish AOT",
"command": "dotnet",
"type": "process",
"args": [
@ -96,6 +96,48 @@
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "File-Folder-Helper AOT s H Run Data Repository",
"type": "shell",
"command": "& L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net7.0/win-x64/publish/File-Folder-Helper.exe s H '\\\\messa01ec.ec.local\\apps\\Metrology\\Run Data Repository'",
"problemMatcher": []
},
{
"label": "File-Folder-Helper AOT s J Verdaccio",
"type": "shell",
"command": "& L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net7.0/win-x64/publish/File-Folder-Helper.exe s J 'L:/Verdaccio/storage'",
"problemMatcher": []
},
{
"label": "File-Folder-Helper AOT s M Self .Kanbn Tasks",
"type": "shell",
"command": "& L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net7.0/win-x64/publish/File-Folder-Helper.exe s M '.kanbn/tasks'",
"problemMatcher": []
},
{
"label": "File-Folder-Helper AOT s S BaGet",
"type": "shell",
"command": "& L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net7.0/win-x64/publish/File-Folder-Helper.exe s S 'L:/BaGet/packages'",
"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": []
}
]
}