spritely/Build and publish NuGet package through the repos devcontainer
Builds and publishes a NuGet package to the package registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | The GitHub token to use when pushing the package. Defaults to github.token. | no | ${{ github.token }} |
| projectFile | The project file to package such as MyProject/MyProject.csproj. Include the relative path from the root of the repository if necessary. | yes | — |
| version | The semantic version to apply such as 1.0.0 or 1.0.0-alpha2+a12b345. | yes | — |
| packageRepository | The URL of the NuGet package repository to push to. | no | https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json |
| registryHost | The host of the container registry to pull devcontainers from. If not provided, no login will be performed. | no | "" |
| registryUsername | The username to use to authenticate with the container registry for pulling devcontainers. If not provided, no login will be performed. | no | "" |
| registryPassword | The token to use to authenticate with the container registry for pulling devcontainers. If not provided, no login will be performed. | no | "" |
Outputs
no outputs