actions-marketplace-validations/ZyAction: .NET Setup
Sets up a specific version of the .NET SDK.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 20, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/zyactions_dotnet-setup@8f4b644ff5ff19bba913663df285b7b7278bb724 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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. |