net6.0 to net7.0 Infineon.EAF.Runtime 2.49.0 MesEntity Placeholder Not Tested connectionCount AssemblyVersion SRP2100 = 53, //Largest nuget server name v2.49.2 IDescription.GetDescriptions with body Viewer support tasks.json kanbn initialize WSRequest alignment Back to x64 mesfs.infineon.com Infineon.EAF.Runtime 2.49.3 pool name Kanban net8.0 v2_52_0-Tests editorconfig yml ec fix yml explicit contents dotnet_diagnostic CA1862 and GetWeekOfYear for WritePDSF gitignore cellInstanceVersion.EdaConnection.PortNumber Delete 2.52.3 Added Climatec to Test.cs GetJobIdDirectory Remove and 5-Other-Small
82 lines
2.8 KiB
JSON
82 lines
2.8 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Build",
|
|
"command": "dotnet",
|
|
"type": "process",
|
|
"args": [
|
|
"build",
|
|
"/property:GenerateFullPaths=true",
|
|
"/consoleloggerparameters:NoSummary"
|
|
],
|
|
"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://api.nuget.org/v3/index.json%3Bhttps://packagemanagement.eu.infineon.com:4430/api/v2/%3Bhttps://tfs.intra.infineon.com/tfs/ManufacturingIT/_packaging/eaf/nuget/v3/index.json%3Bhttps://localhost/v3/index.json",
|
|
"/detailedsummary",
|
|
"/consoleloggerparameters:PerformanceSummary;ErrorsOnly;",
|
|
"/property:Configuration=Debug;TargetFrameworkVersion=v4.8",
|
|
"../DEP08SIHTRPLC.csproj"
|
|
],
|
|
"problemMatcher": "$msCompile"
|
|
},
|
|
{
|
|
"label": "File-Folder-Helper AOT s M .Kanbn Tasks",
|
|
"type": "shell",
|
|
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M T:/DEP08SIHTRPLC/06_SourceCode/DEP08SIHTRPLC/Adaptation -s T:/DEP08SIHTRPLC/06_SourceCode/DEP08SIHTRPLC/Adaptation/.kanbn/tasks",
|
|
"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": []
|
|
}
|
|
]
|
|
} |