How to build multiple configurations in VisualStudioOnline?

Viewed 1570

I need to build multiple configurations, e.g. Debug, Release, in VisualStudioOnline.

Found some guides doing this online (e.g. here, and here) but they all end up with "Under the Options tab, enable Multi-configuration".

Problem is I have no such entry in the options tab. No multi-configuration option

Is it a licensing thing? Do I need to enable it somewhere else? Has this functionality been removed or replaced with something else?

1 Answers

Refer to this screenshot and check it:

enter image description here

Related