mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Restore nuget packages per project to avoid toolchain incompatibilities with net50
This commit is contained in:
parent
1359153382
commit
46681322d0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user