If I create a list of Items in a MSBuild file is the order of the items maintained when passed to a task?
E.g. a list of database script files is specified in an ItemGroup. I then feed this ItemGroup to a custom task? Will the order be guaranteed or could the order change?