Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snir/update readme octokit #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@

To push to apiiro nuget package:

before running the following cmds make sure that `bin/Release/Apiiro.Octokit.*.nupkg` contains only the package that you want to push.

```bash
cd Octokit
dotnet pack --configuration Release
dotnet nuget push bin/Release/Apiiro.Octokit.*.nupkg --source "github" --skip-duplicate --no-symbols
```

notice that it require a github api-key so in case of error add the `--api-key ghp_yourGithubApiKey`

Octokit is a client library targeting .NET Framework 4.5+ and .NET Standard 1+
and above that provides an easy way to interact with the
[GitHub API](http://developer.github.com/v3/).
Expand Down
Loading