Skip to content

Commit

Permalink
Temporary hardcoding fastlane 2.183.2 on macOS (actions#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketimofeev authored May 24, 2021
1 parent 7c673a2 commit d32753d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/macos/provision/core/rubygem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d32753d

Please sign in to comment.