Update README.md
This commit is contained in:
@@ -9,4 +9,4 @@ You must have Revit installed for the year that you are trying to make nugets fo
|
||||
- Run the command `dotnet pack /p:PackageVersion=2024 /p:DotnetVersion=net4.8 --output .` replacing the revit year and .net version with your desired version
|
||||
- The .nupkg will now be created in the root folder. This can be uploaded to nuget via
|
||||
- The nuget.org UI
|
||||
- `dotnet nuget push "*.nupkg" --api-key {{your_api_key}} --source https://api.nuget.org/v3/index.json`
|
||||
- `dotnet nuget push "*.nupkg" --api-key your_api_key --source https://api.nuget.org/v3/index.json`
|
||||
|
||||
Reference in New Issue
Block a user