mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Always specify a configuration
This commit is contained in:
@ -6,9 +6,7 @@ desc 'Deploy to play store'
|
|||||||
# update csproj version
|
# update csproj version
|
||||||
update_version(options)
|
update_version(options)
|
||||||
|
|
||||||
build(
|
build()
|
||||||
build_configuration: 'Release',
|
|
||||||
)
|
|
||||||
|
|
||||||
client = HTTPClient.new
|
client = HTTPClient.new
|
||||||
changelog = client.get_content 'https://gist.githubusercontent.com/peppy/ab89c29dcc0dce95f39eb218e8fad197/raw'
|
changelog = client.get_content 'https://gist.githubusercontent.com/peppy/ab89c29dcc0dce95f39eb218e8fad197/raw'
|
||||||
@ -22,6 +20,7 @@ desc 'Deploy to play store'
|
|||||||
)
|
)
|
||||||
|
|
||||||
souyuz(
|
souyuz(
|
||||||
|
build_configuration: 'Release',
|
||||||
solution_path: 'osu.Android.sln',
|
solution_path: 'osu.Android.sln',
|
||||||
platform: "android",
|
platform: "android",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user