In MDT2010, I used to have different rules based on which task was selected. I did this by doing this to my rules file:
[Settings]
Priority=TaskSequenceID,Default
[Default]
some rules for default
[1]
some rules for task id 1
And all was well. Now since upgrading to 2012, it's ignoring this. I cannot for the life of me get it to use different rules for each task sequence. It seems to me that rules are processed *before* the task is selected. I'm able to have custom rules for chassis type, model, serial, gateway, etc - but not task sequence.
Does anyone have this working, am I missing something obvious?