You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-10Lines changed: 19 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -95,15 +95,24 @@ Have a question, found a bug or want to submit code changes? See our [contributi
95
95
96
96
## Trying out the latest build
97
97
98
-
After each commit to the master branch, a new prerelease NuGet package is automatically published to AppVeyor at https://ci.appveyor.com/nuget/jsonapidotnetcore. To try it out, follow the next steps:
* Open the NuGet package manager console (**Tools**, **NuGet Package Manager**, **Package Manager Console**)
105
-
* Select **AppVeyor JADNC** as package source
106
-
* Run command: `Install-Package JonApiDotNetCore -pre`
98
+
After each commit to the master branch, a new pre-release NuGet package is automatically published to [GitHub Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry).
99
+
To try it out, follow the steps below:
100
+
101
+
1.[Create a Personal Access Token (classic)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic) with at least `read:packages` scope.
102
+
1. Add our package source to your local user-specific `nuget.config` file by running:
0 commit comments