@Noxalus wrote:
Hello everyone
Did someone already tried to build a Monogame 3.6 on a Windows application environment using AppVeyor?
I would like to build the Android APK of my app using AppVeyor and send it to HockeyApp, but I don't figure out how to install the last version of Monogame on AppVeyor.
Doing some researches, I found a project that use AppVeyor with Monogame (here), but it's for an older version (3.4), and looking to the YAML code, we can see that he uses PowerShell to download the .exe of Monogame and extract it with 7z. That's work because Monogame 3.4 executable file is just a self-extracting archives (SFX), but the one of Monogame 3.6 is a real installer.
The other solution would be to use the Nugget package, AppVeyor seems to support the Nugget package restoration, but what happen in this case for the content pipeline? The build server needs to have the content pipeline binary to convert each assets, and it's not included into the Nugget package, right?
Thank you for your help.
Posts: 1
Participants: 1