maurosoft1973/.NET Restore

An opinionated action that restore the dependencies for specified projects or the solution itself.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectsOptional path to the project(s) file to restore. Pass empty to restore all dependencies and tools of a solution. Supports globbing.yes**/*.csproj
levelSets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is quiet.noquiet
restoreCacheKeyAllows for a custom provided key that will be used instead of the default implementation.no""
useRestoreCacheWhether to use the restore cache or not. Default is not to use the restore cache.nofalse
namedescription
restoreCacheKeyThe restore cache key that can be used by other actions.