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
+31-18Lines changed: 31 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,49 @@
2
2
3
3
Publicly available NuGet packages useful for building Keyfactor integrations
4
4
5
-
To access these packages add https://nuget.pkg.github.com/Keyfactor/index.json as a NuGet package source to Visual
6
-
Studio or other development tools.
5
+
To access these packages add `https://nuget.pkg.github.com/Keyfactor/index.json` as a NuGet package source in Visual Studio or other development tools.
7
6
8
-
Some package availability changes from time to time. Please view the `CHANGELOG.md` for further details on changes to
9
-
available libraries.
7
+
Some package availability changes from time to time. Please view the `CHANGELOG.md` for further details on changes to available libraries.
10
8
11
-
## Adding a Nuget Package and/or Version
9
+
## Adding a NuGet Package and/or Version
12
10
13
11
### Via GitHub Actions
14
12
15
-
To add a Nuget package modify the [packages.yml](./packages.yml) file in the root of this repository.
13
+
1. Add the package and version(s) to [`packages.yml`](./packages.yml).
14
+
2. Trigger the [Sync NuGet Packages](https://github.com/Keyfactor/public-nuget-packages/actions/workflows/sync-nuget.yml) workflow.
15
+
16
+
Once complete, the package will be available in the Keyfactor Public GitHub Package Registry (GPR). The workflow runs automatically on a weekly schedule and skips any versions already published.
16
17
17
18
> [!IMPORTANT]
18
-
> The package and version must exist in this Nuget repository before it can be added to the `packages.yml` file.
19
+
> The package and version must already exist in the Azure DevOps feed before adding it to `packages.yml`:
0 commit comments