Some checks failed
Dotnet build and test / build (pull_request) Failing after 7m28s
68 lines
2 KiB
JSON
68 lines
2 KiB
JSON
{
|
|
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
|
|
// Pointez pour afficher la description des attributs existants.
|
|
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "PostIt Desktop",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}/src/PostIt/PostIt.Desktop/PostIt.Desktop.csproj"
|
|
},
|
|
{
|
|
"name": "PostIt Desktop local",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/src/PostIt/PostIt.Desktop/bin/Debug/net10.0/PostIt.Desktop.dll",
|
|
"env": {
|
|
"POSTIT_SETTINGS_JSON": "/home/paul/Workspace/yavsc/src/PostIt/PostIt/postit-settings.json"
|
|
},
|
|
"preLaunchTask": "dotnet: build-postit-desktop"
|
|
},
|
|
{
|
|
"name": "Android Debug",
|
|
"type": "mono",
|
|
"preLaunchTask": "run-debug-android",
|
|
"request": "attach",
|
|
"address": "localhost",
|
|
"port": 55555
|
|
},
|
|
{
|
|
"name": "Android Attach - Debug",
|
|
"type": "mono",
|
|
"request": "attach",
|
|
"address": "localhost",
|
|
"port": 55555
|
|
},
|
|
{
|
|
"name": "Yavsc API",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}/src/Yavsc.Api/Yavsc.Api.csproj"
|
|
},
|
|
{
|
|
"name": "Yavsc Org",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj",
|
|
},
|
|
{
|
|
"name": "Yavsc Blogs",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}/src/Yavsc.Blogs/Yavsc.Blogs.csproj"
|
|
},
|
|
|
|
{
|
|
"name": "Test PostIt.Android launch (Xamarin.UITest)",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/src/PostIt/PostIt.Tests/bin/Debug/net10.0/PostIt.Tests.dll",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/src/PostIt/PostIt.Tests",
|
|
"console": "integratedTerminal",
|
|
"stopAtEntry": false
|
|
}
|
|
]
|
|
}
|