< Back

InstallFrom-Nuget

Mon Jan 13, 2020 6:29 pm

NAME InstallFrom-Nuget



SYNOPSIS





SYNTAX

InstallFrom-Nuget [[-destination] <Object>] [[-packageName] <Object>] [[-source] <Object>] [[-ConfigFile]

<Object>] [[-nugetCommand] <Object>] [<CommonParameters>]





DESCRIPTION

Install nuget packages using the nuget.exe tool.

Copy binary files to the lib folder.





PARAMETERS

-destination <Object>



Required? false

Position? 1

Default value "$PSScriptRoot"

Accept pipeline input? false

Accept wildcard characters? false



-packageName <Object>



Required? false

Position? 2

Default value DD.QA.Ms.Powershell

Accept pipeline input? false

Accept wildcard characters? false



-source <Object>



Required? false

Position? 3

Default value https://proget.gmgmt.dimensiondata.com/ ... ture-R2.0/

Accept pipeline input? false

Accept wildcard characters? false



-ConfigFile <Object>



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-nugetCommand <Object>



Required? false

Position? 5

Default value nuget.exe

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS