mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
Test removing nuget restore from iOS/Android build scripts
This commit is contained in:
parent
5e0fcc4a6c
commit
39746cb3de
@ -48,10 +48,6 @@ 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.sln'
|
|
||||||
)
|
|
||||||
|
|
||||||
souyuz(
|
souyuz(
|
||||||
build_configuration: 'Release',
|
build_configuration: 'Release',
|
||||||
solution_path: 'osu.sln',
|
solution_path: 'osu.sln',
|
||||||
@ -107,10 +103,6 @@ platform :ios do
|
|||||||
|
|
||||||
desc 'Compile the project'
|
desc 'Compile the project'
|
||||||
lane :build do
|
lane :build do
|
||||||
nuget_restore(
|
|
||||||
project_path: 'osu.sln'
|
|
||||||
)
|
|
||||||
|
|
||||||
souyuz(
|
souyuz(
|
||||||
platform: "ios",
|
platform: "ios",
|
||||||
plist_path: "osu.iOS/Info.plist"
|
plist_path: "osu.iOS/Info.plist"
|
||||||
|
Loading…
Reference in New Issue
Block a user