Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NineSols.GameLibs

Bundler Nuget package for Nine Sols game libraries. Strips and publicizes game libraries for local and CI development.

Usage

Local

Here, USERNAME is your GitHub username, while GITHUB_TOKEN is your Personal Access Token (PAT) with at least read:packages scope.

  1. 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
  1. Add package reference to your project:
<ItemGroup>
    <PackageReference Include="NineSols.GameLibs" Version="*-*" />
</ItemGroup>

GitHub Workflow

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

Links

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages