Skip to content

Commit 1b0eddb

Browse files
authored
Merge pull request #24 from apiiro/snir/update-readme-octokit
Snir/update readme octokit
2 parents 2fa4af8 + c1c2efe commit 1b0eddb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@
1010

1111
To push to apiiro nuget package:
1212

13+
before running the following cmds make sure that `bin/Release/Apiiro.Octokit.*.nupkg` contains only the package that you want to push.
14+
1315
```bash
1416
cd Octokit
1517
dotnet pack --configuration Release
1618
dotnet nuget push bin/Release/Apiiro.Octokit.*.nupkg --source "github" --skip-duplicate --no-symbols
1719
```
1820

21+
notice that it require a github api-key so in case of error add the `--api-key ghp_yourGithubApiKey`
22+
1923
Octokit is a client library targeting .NET Framework 4.5+ and .NET Standard 1+
2024
and above that provides an easy way to interact with the
2125
[GitHub API](http://developer.github.com/v3/).

0 commit comments

Comments
 (0)