PDA

View Full Version : Custom build configurations


joebalt
10-29-2004, 09:11 AM
Hello All,

I have a solution in VS.NET that has 4 custom build configurations. i.e. Debug-Dev, Release-Test, Release-Production, Debug-Developers.

How do I get VBP 5.5 to recognize these build configurations in a "Build VS.NET" step? right now it fails saying that build configuration is unknown.

Thanks

kinook
10-29-2004, 09:58 AM
When building a solution, you must specify a valid solution configuration; when building an individual project, you need to specify a valid project configuration. I added a 'Debug-Dev' solution configuration to a VS.NET 2003 solution and the Make VS.NET action was able to build that sol cfg. Are you specifying a valid solution configuration (see the Make VS.NET help topics for more details)? If so, please post the .sln file + .bld file that is building it or send to support@kinook.com.

joebalt
11-04-2004, 02:27 PM
Will VBP ever read the .sln file and have my custom configs in the drop down box?

I got it to work by manually typing in the custom config name.

Thanks.

kinook
11-04-2004, 02:42 PM
We do plan to support populating the list from the specified file in a future release.