< Back
Select-ODUProjectDeployActionProperty
Post
NAME Select-ODUProjectDeployActionProperty
SYNOPSIS
Returns a project's deploy step ActionProperty value (if found)
SYNTAX
Select-ODUProjectDeployActionProperty [-Project] <Object> [-PropertyName] <String> [<CommonParameters>]
DESCRIPTION
Returns a project's deploy step ActionProperty value (if found), null otherwise
PARAMETERS
-Project <Object>
Project to check
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PropertyName <String>
Name of property to look for in deploy steps
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Object[]
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Select-ODUProjectDeployActionProperty $MyWebProject
'Octopus.Action.Package.CustomInstallationDirectoryShouldBePurgedBeforeDeployment'
$true
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities
SYNOPSIS
Returns a project's deploy step ActionProperty value (if found)
SYNTAX
Select-ODUProjectDeployActionProperty [-Project] <Object> [-PropertyName] <String> [<CommonParameters>]
DESCRIPTION
Returns a project's deploy step ActionProperty value (if found), null otherwise
PARAMETERS
-Project <Object>
Project to check
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PropertyName <String>
Name of property to look for in deploy steps
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Object[]
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Select-ODUProjectDeployActionProperty $MyWebProject
'Octopus.Action.Package.CustomInstallationDirectoryShouldBePurgedBeforeDeployment'
$true
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities