Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSDevOps
0.4.5
Ado/Stages/TestPowerShellCrossPlatform.psd1
@{
stage
=
'TestPowerShellCrossPlatform'
displayName
=
'Test'
jobs
=
'TestPowerShellOnWindows'
,
'TestPowerShellOnLinux'
,
'TestPowerShellOnMac'
condition
=
"succeeded()"
}