zyactions/ZyAction: .NET Setup
Sets up a specific version of the .NET SDK.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dotnet-version | Optional SDK version(s) to use. If not provided, will install 'global.json' version when available. Supports multi-line strings. | no | "" |
| dotnet-quality | Sets up the action to install the latest build of the specified quality in the channel. Possible values: - daily - signed - validated - preview - ga | no | "" |
| global-json-file | Optional 'global.json' location, if the 'global.json' isn't located in the root of the repo. | no | "" |
| problem-matcher | Registers the default .NET problem matcher. | no | true |
Outputs
| name | description |
|---|---|
| dotnet-version | Contains the installed by action .NET SDK version for reuse. |