Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 1.5 KB

File metadata and controls

87 lines (64 loc) · 1.5 KB
external help file PsBuildTasks-help.xml
Module Name PsBuildTasks
online version
schema 2.0.0

Install-PsBuildTask

SYNOPSIS

Install PsBuildTasks task file.

SYNTAX

Install-PsBuildTask [-Path] <DirectoryInfo> [-Task] <String> [[-Commit] <String>] [<CommonParameters>]

DESCRIPTION

Downloads a task file and saves it to the tasks directory.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Path

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

-Task

Name of the task file to install.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Commit

Specifies a revision by commit id.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: Main
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS