Méthode |
Description |
|
AddFiles ( System.Xml.Linq.XContainer nuSpec, IEnumerable sourceFiles, string sourceBaseDirectory, string targetDirectory = "", string relativeTo = "" ) : void |
|
|
AddReleaseNotes ( System.Xml.Linq.XContainer nuSpec ) : void |
|
|
Copy ( IEnumerable sourceFiles, string baseDirectory, string destinationDirectory ) : void |
|
|
CopyBuiltPackages ( string packageOutput ) : void |
|
|
CreateEmptyOutputDirectory ( string name ) : string |
|
|
CreateTaskItemFromPackage ( string packageFile ) : Microsoft.Build.Utilities.TaskItem |
|
|
FindNuGet ( ) : void |
|
|
GetOrCreateNuSpecFile ( string octopacking ) : string |
|
|
GetPackageIdElementFromNuSpec ( System.Xml.Linq.XContainer nuSpec ) : System.Xml.Linq.XElement |
|
|
GetVersionElementFromNuSpec ( System.Xml.Linq.XContainer nuSpec ) : System.Xml.Linq.XElement |
|
|
HasLinkedWebConfigFile ( ) : bool |
|
|
IsWebApplication ( ) : bool |
|
|
LogDiagnostics ( ) : void |
|
|
OpenNuSpecFile ( string specFilePath ) : System.Xml.Linq.XDocument |
|
|
RemoveTrailing ( string specFileName ) : string |
|
|
RunNuGet ( string specFilePath, string octopacking, string octopacked, string projectDirectory ) : void |
|
|
SaveNuSpecFile ( string specFilePath, System.Xml.Linq.XDocument document ) : void |
|
|
SpecAlreadyHasFiles ( System.Xml.Linq.XDocument nuSpec ) : bool |
|
|
UpdatePackageIdWithAppendValue ( System.Xml.Linq.XContainer nuSpec ) : void |
|
|
UpdateVersionWithAppendValue ( System.Xml.Linq.XContainer nuSpec ) : void |
|
|