Test removing nuget restore from iOS/Android build scripts

This commit is contained in:
Dean Herbert
2021-01-18 00:11:35 +09:00
committed by GitHub
parent 5e0fcc4a6c
commit 39746cb3de

View File

@ -48,10 +48,6 @@ desc 'Deploy to play store'
desc 'Compile the project'
lane :build do |options|
nuget_restore(
project_path: 'osu.sln'
)
souyuz(
build_configuration: 'Release',
solution_path: 'osu.sln',
@ -107,10 +103,6 @@ platform :ios do
desc 'Compile the project'
lane :build do
nuget_restore(
project_path: 'osu.sln'
)
souyuz(
platform: "ios",
plist_path: "osu.iOS/Info.plist"