Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 625072d

Browse files
committed
Change CLI executable name
1 parent 3f70c86 commit 625072d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "coreclr",
1010
"request": "launch",
1111
"preLaunchTask": "build",
12-
"program": "${workspaceFolder}/src/bin/Debug/net6.0/msgraph-cli.dll",
12+
"program": "${workspaceFolder}/src/bin/Debug/net6.0/mgc.dll",
1313
"args": ["-h"],
1414
"cwd": "${workspaceFolder}",
1515
"console": "internalConsole",
@@ -20,7 +20,7 @@
2020
"type": "coreclr",
2121
"request": "launch",
2222
"preLaunchTask": "build",
23-
"program": "${workspaceFolder}/src/bin/Debug/net6.0/msgraph-cli.dll",
23+
"program": "${workspaceFolder}/src/bin/Debug/net6.0/mgc.dll",
2424
"args": ["me", "get"],
2525
"cwd": "${workspaceFolder}",
2626
"console": "internalConsole",

src/msgraph-cli.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PublishSingleFile>true</PublishSingleFile>
1010
<SelfContained>false</SelfContained>
1111
<PublishReadyToRun>true</PublishReadyToRun>
12+
<AssemblyName>mgc</AssemblyName>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

0 commit comments

Comments
 (0)