maurosoft1973/.NET Restore
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
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projects | Optional path to the project(s) file to restore. Pass empty to restore all dependencies and tools of a solution. Supports globbing. | yes | **/*.csproj |
| 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. | no | quiet |
| restoreCacheKey | Allows for a custom provided key that will be used instead of the default implementation. | no | "" |
| useRestoreCache | Whether to use the restore cache or not. Default is not to use the restore cache. | no | false |
Outputs
| name | description |
|---|---|
| restoreCacheKey | The restore cache key that can be used by other actions. |