-
Notifications
You must be signed in to change notification settings - Fork 0
Get UdeVsPackageDeploy
Get UDE VS package deploys.
Get-UdeVsPackageDeploy [-All] [-OpenFolder] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Gets the UDE package deploys from Visual Studio, that are stored in the local temp folder.
Get-UdeVsPackageDeploy
This will retrieve the latest UDE VS package deploy from the local temp folder.
Get-UdeVsPackageDeploy -All
This will retrieve all UDE VS package deploys from the local temp folder.
Get-UdeVsPackageDeploy -OpenFolder
This will open the folder containing the UDE VS package deploys in File Explorer.
Instructs the cmdlet to return all package deploys.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the cmdlet to open the folder containing the package deploys.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Mötz Jensen (@Splaxi)