-
Task
-
Resolution: Unresolved
-
Major
-
Windows 10
I have a multi-configuration job that has two axes: VS_VERSION and BIT_ARCH.
I have a single matrix-combinations-parameter "Select" that allows the user to select the combination they want (this works great, I love this feature.)
I now need the ability to trigger this job from another job, and select a specific instance to build (i.e. VS2017 and 32 bit) not the default which is everything.
However, passing the axes, VS_VERSION and BIT_ARCH as parameters doesn't work. Moreover, passing a parameter for Select doesn't seem to work either.
There doesn't seem to be any documentation to explain how to do this either. Please add documentation to explain how we would do this.