12 lines
535 B
JSON
12 lines
535 B
JSON
{
|
|
"profiles": {
|
|
"Demo": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--server \"myhost\" --port 8080 --path \"C:\\Job\\Projects\\FrigaT\\ReleaseUpdater\\Updater.Test\\bin\\Debug\\net8.0\" --env staging --mode Incremental --config \"{\\\"Author\\\":\\\"FrigaT\\\",\\\"Timeout\\\":60} "
|
|
},
|
|
"Demo (Error)": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--server myhost --port \"128080\" --env staging --mode Incremental --config \"{\\\"Author\\\":\\\"FrigaT\\\",\\\"Timeout\\\":60}"
|
|
}
|
|
}
|
|
} |