The Configuration sections specify to do 2 Configuration Builds, but I only get the Release_PublishedWebsites generated by the TFSBuild.
Here are the configurations: (I started with two but actually will have 5)
... Release Any CPU
<ConfigurationToBuild Include="Release|Any CPU">
<FlavorToBuild>Release</FlavorToBuild>
<PlatformToBuild>Any CPU</PlatformToBuild>
</ConfigurationToBuild>
</ItemGroup>
Thanks in advance for anyone that has figured this out!