Its a build server and I'd like to run things in an autoamated fashion. But I think I know where you're coming from, since this solution tries to build the website after all dlls are compiled. And that's where msbuild is failing, not during compilation per se. But I was thinking that if I could create the site myself, bearing in mind that there won't be frequent need to change the site settings, then just getting the dlls onto the server after a build, would suffice. And so far the only way I've been able to turn off site building is through Visual Studio (in another xp pro box where I don't have IIS). Would be nice if this could be done through msbuild by passing a switch or something. But I don't think this feature is there yet.
|