Skip to content

Commit 995e5ea

Browse files
committed
revert launchsettings back to original
1 parent 728c63d commit 995e5ea

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Core/Cosmos.DataTransfer.Core/Properties/launchSettings.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"profiles": {
33
"Cosmos.DataTransfer.Core": {
4-
"commandName": "Project"
4+
"commandName": "Project",
5+
"commandLineArgs": ""
56
},
67
"JSON->Cosmos": {
78
"commandName": "Project",
8-
"commandLineArgs": "run -from json --sink cosmos-nosql --settings \"C:\\temp\\datamigration.json\""
9+
"commandLineArgs": "run -from json --sink cosmos-nosql --settings c:\\temp\\Json-CosmosSettings.json"
910
},
1011
"Cosmos->JSON": {
1112
"commandName": "Project",
@@ -34,10 +35,6 @@
3435
"SettingsCommand": {
3536
"commandName": "Project",
3637
"commandLineArgs": "settings --sink"
37-
},
38-
"WSL": {
39-
"commandName": "WSL2",
40-
"distributionName": ""
4138
}
4239
}
4340
}

0 commit comments

Comments
 (0)