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
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,31 @@ From Visual Studio, you can just add a nuget by searching for `System.Device.Gpi
34
34
35
35
You can also install the latest nightly builds of the .NET `System.Device.Gpio`, `Iot.Device.Bindings`, and `Iot.Device.Bindings.SkiaSharpAdapter` NuGet packages. These are automatically published from the latest commits to the main branch.
36
36
37
-
#### GitHub Packages
37
+
#### Azure DevOps Feed (No Authentication Required)
38
38
39
-
To use GitHub Packages, you'll first need to authenticate. Create a Personal Access Token (PAT) with `read:packages` scope from your [GitHub settings](https://github.com/settings/tokens), then configure the source:
39
+
Add the nightly feed to your project:
40
40
41
41
```shell
42
-
#Configure the GitHub Packages source (replace YOUR_GITHUB_USERNAME and YOUR_PAT)
0 commit comments