codebeltnet/.NET Restore from Codebelt
An opinionated action that restore the dependencies for specified projects or the solution itself.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 25, 2026
- License
- MIT
Pinned Snippet
uses: codebeltnet/dotnet-restore@00c3199ffbf49ef616ac7bfb46bfd9881e448798 # v3.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| projects | Optional path to the project(s) file to restore. Pass empty to restore all dependencies of a solution. Supports globbing. Default is an empty string. | yes | "" |
| verbosity-level | Sets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is quiet. | yes | quiet |
Outputs
| name | description |
|---|---|
| restoreCacheKey | The restore cache key that can be used by other actions. |