Files
Partsource/PartSource.Automation/Properties/launchSettings.json
2020-11-04 17:08:13 -05:00

11 lines
229 B
JSON

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