Files
agent-framework/dotnet/samples/03-workflows/Declarative/InputArguments/Properties/launchSettings.json
T

12 lines
194 B
JSON

{
"profiles": {
"Default": {
"commandName": "Project"
},
"Vacation": {
"commandName": "Project",
"commandLineArgs": "\"I'd like to go on vacation.\""
}
}
}