Get-LabBuildStep

SYNOPSIS

Get a list of possible build steps for a TFS/Azure DevOps build pipeline

SYNTAX

Get-LabBuildStep [[-ComputerName] <String>] [<CommonParameters>]

DESCRIPTION

Get a list of possible build steps for a TFS/Azure DevOps build pipeline

EXAMPLES

Example 1

PS C:\> Get-LabBuildStep

Searches for the lab's Azure DevOps server and lists all possible steps for a new build pipeline definition, e.g. Copy File, Run Script

PARAMETERS

-ComputerName

The name of the CI/CD server

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
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

None

OUTPUTS

System.Object

NOTES