Hello,
I'm trying to automate the build of the project I'm working on. My ultimate goal is to eventually have a continuous integration server and so far everything was great. In order to find out what is the minimal setup I can have for my project, I started configuring a freshly installed system and stumbled with the requirement to have Visual Studio IDE installed in order to install Windows Mobile 5 SDK. I don't feel it is right to have a full-blown IDE on the build server. Did anyone try to actually automate builds with WM 5.0 projects? Are they automateable at all?
Thanks!