Bundler Nuget package for Nine Sols game libraries. Strips and publicizes game libraries for local and CI development.
Here, USERNAME is your GitHub username, while GITHUB_TOKEN is your Personal Access Token (PAT) with at
least
read:packages scope.
- Add Github NuGet feed as another source:
dotnet nuget add source --name github https://nuget.pkg.github.com/nozwock/index.json --username USERNAME --password GITHUB_TOKEN
- Add package reference to your project:
<ItemGroup>
<PackageReference Include="NineSols.GameLibs" Version="*-*" />
</ItemGroup>This makes the GitHub NuGet feed source available for a workflow:
dotnet nuget add source --name github https://nuget.pkg.github.com/nozwock/index.json --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
- Silksong.GameLibs - used as reference
- nine-sols-modding/libs-stripped