spritely/Build and publish NuGet package through the repos devcontainer

Builds and publishes a NuGet package to the package registry.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
githubTokenThe GitHub token to use when pushing the package. Defaults to github.token.no${{ github.token }}
projectFileThe project file to package such as MyProject/MyProject.csproj. Include the relative path from the root of the repository if necessary.yes
versionThe semantic version to apply such as 1.0.0 or 1.0.0-alpha2+a12b345.yes
packageRepositoryThe URL of the NuGet package repository to push to.nohttps://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
registryHostThe host of the container registry to pull devcontainers from. If not provided, no login will be performed.no""
registryUsernameThe username to use to authenticate with the container registry for pulling devcontainers. If not provided, no login will be performed.no""
registryPasswordThe token to use to authenticate with the container registry for pulling devcontainers. If not provided, no login will be performed.no""

no outputs