Interface IPack
Provides targets and configuration for creating NuGet packages using dotnet pack.
Inherited Members
INukeBuild.ExecutionPlan
INukeBuild.InvokedTargets
INukeBuild.SkippedTargets
INukeBuild.ScheduledTargets
INukeBuild.RunningTargets
INukeBuild.AbortedTargets
INukeBuild.FailedTargets
INukeBuild.SucceededTargets
INukeBuild.FinishedTargets
INukeBuild.IsSucceeding
INukeBuild.IsFailing
INukeBuild.IsFinished
INukeBuild.ExitCode
INukeBuild.RootDirectory
INukeBuild.TemporaryDirectory
INukeBuild.BuildAssemblyFile
INukeBuild.BuildAssemblyDirectory
INukeBuild.BuildProjectDirectory
INukeBuild.BuildProjectFile
INukeBuild.Verbosity
INukeBuild.Host
INukeBuild.Plan
INukeBuild.Help
INukeBuild.NoLogo
INukeBuild.IsLocalBuild
INukeBuild.IsServerBuild
INukeBuild.Continue
INukeBuild.Partition
Namespace: Hexagrams.Nuke.Components
Assembly: Hexagrams.Nuke.Components.dll
Syntax
public interface IPack : ICompile, IRestore, IClean, IHasSolution, IHasConfiguration, IHasArtifacts, IHasGitRepository, INukeBuild
Properties
| Edit this page View SourcePack
Run dotnet pack on the solution.
Declaration
Target Pack { get; }
Property Value
| Type | Description |
|---|---|
| Target |
PackSettings
Additional settings for controlling the behavior of the dotnet pack command.
Declaration
Configure<DotNetPackSettings> PackSettings { get; }
Property Value
| Type | Description |
|---|---|
| Configure<DotNetPackSettings> |
PackSettingsBase
Settings for controlling the behavior of the dotnet pack command.
Declaration
Configure<DotNetPackSettings> PackSettingsBase { get; }
Property Value
| Type | Description |
|---|---|
| Configure<DotNetPackSettings> |
PackagesDirectory
The output directory for NuGet packages.
Declaration
AbsolutePath PackagesDirectory { get; }
Property Value
| Type | Description |
|---|---|
| AbsolutePath |