mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
ivuorinen/actions/csharp-publish
C# Publish
Description
Publishes a C# project to GitHub Packages.
Inputs
| name | description | required | default |
|---|---|---|---|
dotnet-version |
Version of .NET SDK to use. |
false |
"" |
namespace |
GitHub namespace for the package. |
true |
ivuorinen |
Runs
This action is a composite action.
Usage
- uses: ivuorinen/actions/csharp-publish@main
with:
dotnet-version:
# Version of .NET SDK to use.
#
# Required: false
# Default: ""
namespace:
# GitHub namespace for the package.
#
# Required: true
# Default: ivuorinen