1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Revert "Test removing nuget restore from iOS/Android build scripts"

This reverts commit 39746cb3de.
This commit is contained in:
Dean Herbert 2021-01-18 17:54:22 +09:00
parent 7e30489167
commit 1359153382

View File

@ -48,6 +48,10 @@ 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',
@ -103,6 +107,10 @@ 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"