Method | Description | |
---|---|---|
Authors ( ) : |
||
Copyright ( string copyright ) : |
||
Description ( string description ) : |
||
GenerateNuGetSpecTask ( |
||
IconUrl ( string iconUrl ) : |
||
Id ( string id ) : |
||
Language ( |
||
Language ( string localeId ) : |
||
LicenseUrl ( string licenseUrl ) : |
||
Owners ( ) : |
||
ProjectUrl ( string projectUrl ) : |
||
ReleaseNotes ( string releaseNotes ) : |
||
RequireLicenseAcceptance ( bool requireLicenseAcceptance ) : |
||
Summary ( string summary ) : |
||
Tags ( ) : |
||
Title ( string title ) : |
||
Version ( string version ) : |
||
WithContentFiles ( |
||
WithDependenciesFromPackagesConfig ( |
Reads dependencies from packages.config file.
|
|
WithDependenciesFromPackagesConfig ( |
Reads dependencies from packages.config file.
|
|
WithDependency ( string id, string version = null, string frameworkVersion = null ) : |
||
WithFile ( |
||
WithFile ( string src, string target, string exclude = null ) : |
||
WithFiles ( IEnumerable |
||
WithFrameworkAssembly ( string assemblyName, string frameworkVersion = null ) : |
||
WithReference ( string referenceDll ) : |
Method | Description | |
---|---|---|
SafeExecute ( |
Method | Description | |
---|---|---|
WriteOptionalAttribute ( string name, string value, |
public Copyright ( string copyright ) : |
||
copyright | string | |
return |
public Description ( string description ) : |
||
description | string | |
return |
public GenerateNuGetSpecTask ( |
||
destination | ||
return | System.Collections.Generic |
public IconUrl ( string iconUrl ) : |
||
iconUrl | string | |
return |
public Id ( string id ) : |
||
id | string | |
return |
public Language ( |
||
locale | ||
return |
public Language ( string localeId ) : |
||
localeId | string | |
return |
public LicenseUrl ( string licenseUrl ) : |
||
licenseUrl | string | |
return |
public ProjectUrl ( string projectUrl ) : |
||
projectUrl | string | |
return |
public ReleaseNotes ( string releaseNotes ) : |
||
releaseNotes | string | |
return |
public RequireLicenseAcceptance ( bool requireLicenseAcceptance ) : |
||
requireLicenseAcceptance | bool | |
return |
protected SafeExecute ( |
||
context | ||
return | ITaskResult |
public Summary ( string summary ) : |
||
summary | string | |
return |
public Title ( string title ) : |
||
title | string | |
return |
public Version ( string version ) : |
||
version | string | |
return |
public WithContentFiles ( |
||
files | ||
target | string | |
return |
public WithDependenciesFromPackagesConfig ( |
||
projectDirectory | ||
ignoreFrameworkVersion | bool | |
return |
public WithDependenciesFromPackagesConfig ( |
||
packagesConfigFile | ||
ignoreFrameworkVersion | bool | |
return |
public WithDependency ( string id, string version = null, string frameworkVersion = null ) : |
||
id | string | |
version | string | |
frameworkVersion | string | |
return |
public WithFile ( |
||
file | ||
target | string | |
exclude | string | |
return |
public WithFile ( string src, string target, string exclude = null ) : |
||
src | string | |
target | string | |
exclude | string | |
return |
public WithFiles ( IEnumerable |
||
files | IEnumerable |
|
target | string | |
exclude | string | |
return |
public WithFrameworkAssembly ( string assemblyName, string frameworkVersion = null ) : |
||
assemblyName | string | |
frameworkVersion | string | |
return |
public WithReference ( string referenceDll ) : |
||
referenceDll | string | |
return |