0

When creating a new build definition, I cannot see the other solution configuration. I have three solution configurations: debug, test, and release.

In the process tab > 1.required > item to build > configuration to build

I can only see two of the configuration: enter image description here

Is there something I am miss here?

Community
  • 1
  • 1
JkenshinN
  • 331
  • 2
  • 9
  • 2
    The dialog would have to load and parse the solution to infer all the possible solution configurations. I suspect here they are just listing the 4 default combinations. As the dialog says, type in the ones that you want if they aren't listed. – Stephen Connolly Sep 15 '14 at 21:37
  • @StephenConnolly - that is the answer, you should post it as one. Maybe emphasise the **type in your configuration** – DaveShaw Sep 16 '14 at 21:07

1 Answers1

1

The dialog would have to load and parse the solution to infer all the possible solution configurations. I suspect here they are just listing the 4 default combinations. As the dialog says, type in the ones that you want if they aren't listed.

Stephen Connolly
  • 1,639
  • 10
  • 15