mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 21:17:46 +08:00
Merge pull request #11529 from peppy/fix-android-release
Restore nuget packages per project to avoid toolchain incompatibilities
This commit is contained in:
commit
dcb92e5b38
@ -48,6 +48,9 @@ desc 'Deploy to play store'
|
|||||||
|
|
||||||
desc 'Compile the project'
|
desc 'Compile the project'
|
||||||
lane :build do |options|
|
lane :build do |options|
|
||||||
|
nuget_restore(project_path: 'osu.Android/osu.Android.csproj')
|
||||||
|
nuget_restore(project_path: 'osu.Game/osu.Game.csproj')
|
||||||
|
|
||||||
souyuz(
|
souyuz(
|
||||||
build_configuration: 'Release',
|
build_configuration: 'Release',
|
||||||
solution_path: 'osu.sln',
|
solution_path: 'osu.sln',
|
||||||
@ -103,6 +106,9 @@ platform :ios do
|
|||||||
|
|
||||||
desc 'Compile the project'
|
desc 'Compile the project'
|
||||||
lane :build do
|
lane :build do
|
||||||
|
nuget_restore(project_path: 'osu.iOS/osu.iOS.csproj')
|
||||||
|
nuget_restore(project_path: 'osu.Game/osu.Game.csproj')
|
||||||
|
|
||||||
souyuz(
|
souyuz(
|
||||||
platform: "ios",
|
platform: "ios",
|
||||||
plist_path: "osu.iOS/Info.plist"
|
plist_path: "osu.iOS/Info.plist"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user