feat(templateTaskGenerator): настройки развертывания CI/CD

This commit is contained in:
Mikhail Kuznetsov
2025-08-26 12:19:55 +10:00
parent 446a5579f3
commit 0c2bcd188b
6 changed files with 116 additions and 5 deletions

View File

@@ -1,11 +1,14 @@
{
{
"profiles": {
"TemplateTaskGeneratorWorker": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"dotnetRunMessages": true
},
"Container (Dockerfile)": {
"commandName": "Docker"
}
}
}
}