Module: Albacore::NugetsAuthentication

Included in:
Albacore::NugetsRestore::Config
Defined in:
lib/albacore/task_types/nugets_authentication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

if the nuget feed you’re accessing is authenticated, set this password



7
8
9
# File 'lib/albacore/task_types/nugets_authentication.rb', line 7

def password
  @password
end

#usernameObject

if the nuget feed you’re accessing is authenticated, set this username



4
5
6
# File 'lib/albacore/task_types/nugets_authentication.rb', line 4

def username
  @username
end