Reusable sources for build, test, release automation of PowerShell modules, written in DotNet/C# or PowerShell.
Installs a PsBuildTasks extension
Install-PsBuildExtension [-Path] <DirectoryInfo> [-Repository] <String> [<CommonParameters>]
PS C:\>
Path to the tasks directory.
Type: DirectoryInfo
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
URL to the git repository.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
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.