cicd-github-actions/.vscode/settings.json

9 lines
162 B
JSON
Raw Normal View History

2023-06-30 13:00:30 +00:00
{
2023-07-10 13:48:10 +00:00
"dotnet.defaultSolution": "GitHubActionsDemo.sln",
"csharp.unitTestDebuggingOptions": {
"env": {
"BASE_URL": "http://localhost:5275",
}
}
2023-06-30 13:00:30 +00:00
}