restore
ℹ️
This command is locally cacheable only.
Restore packages.
@dotnet restore {
dependencies = "true"
locked = "true"
args = "--no-dependencies"
}
Argument Reference
The following arguments are supported:
dependencies
- (Optional) Restore dependencies.locked
- (Optional) Locked mode restore.args
- (Optional) Arguments for command.
Last updated on