25 lines
735 B
JSON
25 lines
735 B
JSON
{
|
|
"profiles": {
|
|
// Debug project within Teams
|
|
"Start Project": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "http://localhost:5130",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"hotReloadProfile": "aspnetcore"
|
|
},
|
|
// Debug project within Teams App Test Tool
|
|
"Teams App Test Tool": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "http://localhost:5130",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "TestTool",
|
|
"TEAMSFX_NOTIFICATION_STORE_FILENAME": ".notification.testtoolstore.json"
|
|
},
|
|
"hotReloadProfile": "aspnetcore"
|
|
},
|
|
}
|
|
} |