MSBuild Not Building All Projects in Solution
-
I'm trying to build an ASP.Net solution using MSBuild from the command line. The solution in question has several dependencies, some of which are class library solutions, and some of which are other asp.net solutions. MSBuild will compile the normal class libraries just fine, but will not even attempt to build the dependency asp.net solutions. Here's my commandline:
msbuild "myapp.sln" /p:Configuration=Release;PackageLocation="d:\mypackage.zip" /t:Rebuild;Package /nologo /v:minimal
What am I doing wrong?".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013