Public/AzureDevOps/Test-AzDevops.ps1
|
function Test-AzDevops { [CmdletBinding()] [CmdLetTag((("#Azure","#AzureDevOps")))] param ( ) begin { } process { $env:Build_DefinitionName } end { } } |
|
function Test-AzDevops { [CmdletBinding()] [CmdLetTag((("#Azure","#AzureDevOps")))] param ( ) begin { } process { $env:Build_DefinitionName } end { } } |