Powershell/Tests/gpo.Tests.ps1
Describe 'GPO Folder Checks' { Context 'Check Files & Folders Exist'{ It 'manifest.xml exists' { (Test-Path -Path ($Env:BUILD_SOURCESDIRECTORY + '\jumpcloud-ADMU\Gpo\manifest.xml')) | Should -Be $true } } } |