File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
tools/app-provisioning-tool Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,23 @@ The following command will install the tool from NuGet.org
15
15
16
16
``` Shell
17
17
dotnet tool install --global msidentity-app-sync
18
-
18
+ ```
19
+
19
20
### Option 2: build and install from the repository
20
21
21
- You can clone the repository, build the tool and install it
22
+ You can clone the repository, build the tool and install the tool from the repository:
22
23
23
24
``` Shell
24
25
git clone https://github.com/AzureAD/microsoft-identity-web
25
26
cd tools\a pp-provisionning-tool
26
27
dotnet pack
27
28
dotnet tool install --global --add-source app-provisioning-tool\n upkg msidentity-app-sync
28
- ` ` `
29
+ ```
29
30
30
31
### Uninstalling the tool
31
32
32
33
If later you want to uninstall the tool, just run (from anywhere):
34
+
33
35
``` Shell
34
36
dotnet tool uninstall --global msidentity-app-sync
35
37
```
You can’t perform that action at this time.
0 commit comments