Add nuget restore

This commit is contained in:
Dean Herbert
2019-03-01 16:02:43 +09:00
parent f7b6c014e4
commit dd1bba5ad2
3 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,10 @@ platform :ios do
desc 'Compile the project'
lane :build do
nuget_restore(
project_path: 'osu.iOS.sln'
)
souyuz(
platform: "ios",
build_target: "osu_iOS",

View File

@ -4,3 +4,4 @@
gem 'fastlane-plugin-clean_testflight_testers'
gem 'fastlane-plugin-souyuz'
gem 'fastlane-plugin-xamarin'