diff --git a/tools/devops/automation/templates/build/build.yml b/tools/devops/automation/templates/build/build.yml index ce3ed96aba1b..fc7a56a8ba6c 100644 --- a/tools/devops/automation/templates/build/build.yml +++ b/tools/devops/automation/templates/build/build.yml @@ -69,7 +69,7 @@ steps: which python3 Write-Host "Pip version" - pip -V + pip3 -V displayName: 'Show Python information' - bash: $(System.DefaultWorkingDirectory)/xamarin-macios/tools/devops/automation/scripts/bash/clean-bot.sh