.NET Build
This Composite Action builds a .NET package from the repository.
.NET Build
- uses: Yellow-Dog-Man/composite-actions-templates/.github/actions/dotnet-build@main
Builds a project with .NET.
Inputs: ยค
| Name | Description | Default |
|---|---|---|
dotnet-version
|
.NET version to use |
10.0.x
|
dotnet-build-args
|
Additional args to pass to the .NET build process |
|
dotnet-build-type
|
Type of build, pack or build. |
build
|
dotnet-project-path
|
Path to the .NET project to build. |
.
|
Source of Yellow-Dog-Man/composite-actions-templates/.github/actions/dotnet-build@main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | |