EnsurePackageSourceHasCredentialsAttribute Class

Summary

Ensures that the package source name has credentials set This is useful to ensure that credentials are defined on a users local environment
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke
Interfaces
  • IOnBeforeLogo
  • IBuildExtension
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IOnBeforeLogo"] Type-.->Interface1["IBuildExtension"] Type["EnsurePackageSourceHasCredentialsAttribute"] class Type type-node

Syntax

public class EnsurePackageSourceHasCredentialsAttribute : Attribute, IOnBeforeLogo, IBuildExtension

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute
UsedImplicitlyAttribute
AttributeUsageAttribute

Constructors

Name Summary
EnsurePackageSourceHasCredentialsAttribute(string) Ensures that the package source name has credentials set This is useful to ensure that credentials are defined on a users local environment

Properties

Name Value Summary
SourceName string
The nuget source name

Methods

Extension Methods