remove debug output

This commit is contained in:
Maxim Lobanov
2020-04-23 18:26:10 +03:00
parent 555a12c47c
commit 64469f777c

View File

@@ -34,8 +34,6 @@ jobs:
inputs: inputs:
targetType: inline targetType: inline
script: | script: |
$pwd
Get-ChildItem
if ("$(Platform)" -match 'win32') { powershell ./setup.ps1 } else { sh ./setup.sh } if ("$(Platform)" -match 'win32') { powershell ./setup.ps1 } else { sh ./setup.sh }
workingDirectory: '$(Build.BinariesDirectory)' workingDirectory: '$(Build.BinariesDirectory)'