build skipped because Configuration isn't evaluated right
Task "MSBuild" skipped, due to false condition; ( ('$(Configuration)' == '
Release') and ('$(Platform)' == 'Any CPU') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'Any CPU') ).
this is the command line:
C:\sandbox\IAF.NET\IAF\trunk\src\BOs\Error>"C:\WINDOWS\Microsoft.NET\Framework\v
2.0.50727\msbuild" /v:diag
the default config is Debug. I have tried forcing the configuration with /p:Configuration=Debug but that doesn't change the output.
What am i missing?

