jdshkolnik
Posts: 14
Joined: Tue Mar 22, 2016 3:40 pm
Contact: Website

Re: Multiple PropertyGroup entries for DefaultBuild

Eusebiu wrote:Hi John,
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">All</Configuration>
The "All" word that appears in the above block does not refer to any configuration, it is just an internal notation that we use in case no build is specified when the project is built from command line.

Best regards,
Eusebiu
I don't understand what that internal notation is telling you. In a regular project file, that line means "if no configuration is specified, default to the 'All' configuration" which would've made sense until you renamed the 'All' configuration to 'DefaultBuild'. Shouldn't it now also default to 'DefaultBuild' instead of 'All'?
John D. Shkolnik
Senior Manager
Financial Technology
Deloitte & Touche LLP

Return to “Common Problems”