Table of Contents

Enum NuGetPackageSaveMode

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Artifacts retained in the package cache.

public enum NuGetPackageSaveMode

Fields

Both = 2

Saves both .nuspec and .nupkg files.

Nupkg = 1

Saves downloaded .nupkg files.

Nuspec = 0

Saves extracted .nuspec files.