Restore nuget packages per project to avoid toolchain incompatibilities with net50

This commit is contained in:
Dean Herbert 2021-01-18 17:56:00 +09:00
parent 1359153382
commit 46681322d0

View File

@ -48,9 +48,8 @@ desc 'Deploy to play store'
desc 'Compile the project'
lane :build do |options|
nuget_restore(
project_path: 'osu.sln'
)
nuget_restore(project_path: 'osu.Android/osu.Android.csproj')
nuget_restore(project_path: 'osu.Game/osu.Game.csproj')
souyuz(
build_configuration: 'Release',
@ -107,9 +106,8 @@ platform :ios do
desc 'Compile the project'
lane :build do
nuget_restore(
project_path: 'osu.sln'
)
nuget_restore(project_path: 'osu.iOS/osu.iOS.csproj')
nuget_restore(project_path: 'osu.Game/osu.Game.csproj')
souyuz(
platform: "ios",