Files
Partsource/PartSource.Automation/Properties/launchSettings.json
2020-04-12 20:52:03 -04:00

11 lines
225 B
JSON

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