Class NuGetInit
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Copies packages into a hierarchical folder source.
public sealed record NuGetInit : NuGetConfiguredCommand, IEquatable<ExecOptions>, IEquatable<ToolCommand>, IEquatable<ToolCommand<ExecResult>>, IEquatable<ExecToolCommand>, IEquatable<NuGetCommand>, IEquatable<NuGetConfiguredCommand>, IEquatable<NuGetInit>Inheritance
Implements
Properties
CommandParts
Gets every canonically ordered rendered command fragment.
protected override IReadOnlyList<string?> CommandParts { get; }Property Value
Destination
The folder source that receives the packages.
public AbsolutePath? Destination { get; init; }Property Value
Expand
Copies package contents into the destination hierarchy.
public bool Expand { get; init; }Property Value
Source
The folder containing packages to copy.
public AbsolutePath? Source { get; init; }