Skip to content

Commit

Permalink
Note about full releases
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus committed Oct 3, 2024
1 parent 7fae954 commit acb4fad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting-started/server/advanced-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,8 @@ along with pasting the value and pressing Enter. Next, run:
dotnet nuget add source --username bitwarden --password $GITHUB_PAT --store-password-in-clear-text --name github --configfile ~/.nuget/NuGet/NuGet.Config "https://nuget.pkg.github.com/bitwarden/index.json"
```

which will set up the necessary global source and credentials. Any NuGet restores will now also
that will set up the necessary global source and credentials. Any NuGet restores will now also
utilize our GitHub Packages setup for NuGet.

Full releases of shared libraries will go to our
[NuGet.org presence](https://www.nuget.org/profiles/Bitwarden).

0 comments on commit acb4fad

Please sign in to comment.