Ado/Stages/TestPowerShellCrossPlatform.psd1

@{
    stage = 'TestPowerShellCrossPlatform'
    displayName = 'Test'
    jobs = 'TestPowerShellOnWindows', 'TestPowerShellOnLinux', 'TestPowerShellOnMac'
}