Always specify a configuration

This commit is contained in:
Dean Herbert 2019-09-09 11:59:58 +09:00
parent 73cdfdfcff
commit 55cc3de57e
1 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,7 @@ desc 'Deploy to play store'
# update csproj version
update_version(options)
build(
build_configuration: 'Release',
)
build()
client = HTTPClient.new
changelog = client.get_content 'https://gist.githubusercontent.com/peppy/ab89c29dcc0dce95f39eb218e8fad197/raw'
@ -22,6 +20,7 @@ desc 'Deploy to play store'
)
souyuz(
build_configuration: 'Release',
solution_path: 'osu.Android.sln',
platform: "android",
)