diff --git a/azure-pipelines/templates/test-job.yml b/azure-pipelines/templates/test-job.yml index 72258cf..d823162 100644 --- a/azure-pipelines/templates/test-job.yml +++ b/azure-pipelines/templates/test-job.yml @@ -34,8 +34,6 @@ jobs: inputs: targetType: inline script: | - $pwd - Get-ChildItem if ("$(Platform)" -match 'win32') { powershell ./setup.ps1 } else { sh ./setup.sh } workingDirectory: '$(Build.BinariesDirectory)'