There was an error while loading. Please reload this page.
2 parents 2fa4af8 + c1c2efe commit 1b0eddbCopy full SHA for 1b0eddb
1 file changed
README.md
@@ -10,12 +10,16 @@
10
11
To push to apiiro nuget package:
12
13
+before running the following cmds make sure that `bin/Release/Apiiro.Octokit.*.nupkg` contains only the package that you want to push.
14
+
15
```bash
16
cd Octokit
17
dotnet pack --configuration Release
18
dotnet nuget push bin/Release/Apiiro.Octokit.*.nupkg --source "github" --skip-duplicate --no-symbols
19
```
20
21
+notice that it require a github api-key so in case of error add the `--api-key ghp_yourGithubApiKey`
22
23
Octokit is a client library targeting .NET Framework 4.5+ and .NET Standard 1+
24
and above that provides an easy way to interact with the
25
[GitHub API](http://developer.github.com/v3/).
0 commit comments