Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPwsh
1.211.0.7
Public/AzureDevOps/Test-AzDevops.ps1
function
Test-AzDevops
{
[
CmdletBinding
(
)
]
[
CmdLetTag
(
(
(
"#Azure"
,
"#AzureDevOps"
)
)
)
]
param
(
)
begin
{
}
process
{
$env:Build_DefinitionName
}
end
{
}
}