json in process-data-standard-format process-data-standard-format with HeaderId and SubgroupId process-data-standard-format with pipes UniqueId replacement for attachments Write input PDSF in output after EOF ProcessDataStandardFormat over Tuple MoveMatchingFiles to use ProcessDataStandardFormatMapping
130 lines
4.0 KiB
JSON
130 lines
4.0 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Build",
|
|
"command": "dotnet",
|
|
"type": "process",
|
|
"args": [
|
|
"build",
|
|
"/property:GenerateFullPaths=true",
|
|
"/consoleloggerparameters:NoSummary"
|
|
],
|
|
"problemMatcher": "$msCompile"
|
|
},
|
|
{
|
|
"label": "Test-Debug",
|
|
"command": "dotnet",
|
|
"type": "process",
|
|
"args": [
|
|
"test",
|
|
"-c",
|
|
"Debug"
|
|
],
|
|
"problemMatcher": "$msCompile"
|
|
},
|
|
{
|
|
"label": "Test-Release",
|
|
"command": "dotnet",
|
|
"type": "process",
|
|
"args": [
|
|
"test",
|
|
"-c",
|
|
"Release"
|
|
],
|
|
"problemMatcher": "$msCompile"
|
|
},
|
|
{
|
|
"label": "Format",
|
|
"command": "dotnet",
|
|
"type": "process",
|
|
"args": [
|
|
"format",
|
|
"--report",
|
|
".vscode",
|
|
"--verbosity",
|
|
"detailed",
|
|
"--severity",
|
|
"warn"
|
|
],
|
|
"problemMatcher": "$msCompile"
|
|
},
|
|
{
|
|
"label": "Nuget Clear",
|
|
"command": "dotnet",
|
|
"type": "process",
|
|
"args": [
|
|
"nuget",
|
|
"locals",
|
|
"all",
|
|
"--clear"
|
|
],
|
|
"problemMatcher": "$msCompile"
|
|
},
|
|
{
|
|
"label": "MSBuild for EAF Deployment Packages",
|
|
"command": "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe",
|
|
"type": "process",
|
|
"args": [
|
|
"/target:Build",
|
|
"/restore:True",
|
|
"/p:RestoreSources=https://artifactory.intra.infineon.com/artifactory/api/nuget/ngt-fi-package-main-vir/%3Bhttps://tfs.intra.infineon.com/tfs/FactoryIntegration/_packaging/EAF/nuget/v3/index.json%3Bhttps://tfs.intra.infineon.com/tfs/FactoryIntegration/_packaging/EAF%40Local/nuget/v3/index.json%3Bhttps://api.nuget.org/v3/index.json",
|
|
"/detailedsummary",
|
|
"/consoleloggerparameters:PerformanceSummary;ErrorsOnly;",
|
|
"/property:Configuration=Debug;TargetFrameworkVersion=v4.8",
|
|
"../METCLIMATEC.csproj"
|
|
],
|
|
"problemMatcher": "$msCompile"
|
|
},
|
|
{
|
|
"label": "Project",
|
|
"type": "shell",
|
|
"command": "code ../METCLIMATEC.csproj",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Readme",
|
|
"type": "shell",
|
|
"command": "code ../README.md",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "File-Folder-Helper AOT s X Day-Helper-2025-03-20",
|
|
"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/EAF-Mesa-Integration/METCLIMATEC",
|
|
"Day-Helper-2025-03-20",
|
|
"false",
|
|
"4"
|
|
],
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Git Config",
|
|
"type": "shell",
|
|
"command": "code ../.git/config",
|
|
"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": []
|
|
}
|
|
]
|
|
} |