-
-
Notifications
You must be signed in to change notification settings - Fork 7
Invoke PaketInstall
Compute Paket dependency graph, download dependencies and update projects.
Invoke-PaketInstall [-Force] [-Strict] [<CommonParameters>]
Compute Paket dependency graph, download dependencies and update projects. Run this after adding or removing packages from the paket.dependencies file. It will update any affected parts of the lock file that were affected by the changes in the paket.dependencies file, and then refresh all projects in your codebase that specify paket dependencies to import references.
PS C:\> Invoke-PaketInstall
Compute Paket dependency graph, download dependencies and update projects.
{{ Fill Force Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill Strict Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.