Réussi! - échec : 0, réussite : 2, ignorée(s) : 0, total : 2, durée : 444 ms

This commit is contained in:
Paul Schneider
2021-05-09 14:56:32 +01:00
parent 6a59f776d5
commit ffb7cad00a
15 changed files with 181 additions and 33 deletions

4
.vscode/launch.json vendored
View File

@ -6,7 +6,7 @@
"configurations": [
{
"name": ".NET Core Launch (web)",
"type": "coreclr",
"type": "clr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll",
@ -27,7 +27,7 @@
},
{
"name": ".NET Core Launch (prod)",
"type": "coreclr",
"type": "clr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll",