Temporary hardcoding fastlane 2.183.2 on macOS (#3444)

This commit is contained in:
Mikhail Timofeev
2021-05-24 21:36:35 +03:00
committed by GitHub
parent 7c673a20aa
commit d32753de28

View File

@@ -27,7 +27,9 @@ gem install xcpretty
echo Installing bundler...
gem install bundler --force
# AppStoreRelease Azure DevOps has issues with Fastlane 2.184.0. Temporary hardcoding the version until the issue is fixed
# https://github.com/microsoft/app-store-vsts-extension/issues/244
echo Installing fastlane tools...
gem install fastlane
gem install fastlane -v 2.183.2
invoke_tests "RubyGem"