From 64469f777cd928bff06dec20d6853c28a69e7030 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Thu, 23 Apr 2020 18:26:10 +0300 Subject: [PATCH] remove debug output --- azure-pipelines/templates/test-job.yml | 2 -- 1 file changed, 2 deletions(-) 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)'