Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 117919b

Browse files
authored
Update README.md
1 parent b7ba13b commit 117919b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ Run the following command to generate the DLL:
4949
Install [nuget CLI](https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools#nugetexe-cli), generate an API Key and [save](https://docs.microsoft.com/en-us/nuget/tools/cli-ref-setapikey). Build application in `Release` mode. Run the following (CLI):
5050

5151
```bash
52-
nuget pack \paht\to\forge-api-dotnet-client\src\Autodesk.Forge\Autodesk.Forge.nuspec -build
53-
nuget push \path\to\Autodesk.Forge.1.1.0.nupkg -Source \\mycompany\repo\
52+
nuget pack /path/to/forge-api-dotnet-client/src/Autodesk.Forge/Autodesk.Forge.nuspec -build
53+
# nuget pack "src/Autodesk.Forge/Autodesk.Forge.nuspec" -Prop Platform=AnyCPU -Prop Configuration=Release
54+
55+
nuget push /path/to/Autodesk.Forge.1.1.0.nupkg -Source /mycompany/repo/
56+
# or on nuget.org
57+
# nuget push /path/to/Autodesk.Forge.1.1.0.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey %NUGETAPIKEY%
5458
```
5559

5660

0 commit comments

Comments
 (0)