Files
Partsource/PartSource.Automation/Properties/launchSettings.json
2020-09-02 20:53:34 -04:00

11 lines
232 B
JSON

{
"profiles": {
"PartSource.Automation": {
"commandName": "Project",
"commandLineArgs": "AddAndUpdateProducts",
"environmentVariables": {
"PS_AUTOMATION_ENVIRONMENT": "development"
}
}
}
}