In the XmlUpdateStep item for the IBC data had a typo and was called
Data not IbcData. This was causing Maestro to not update the
IbcCurrentRef automatically.
<ElementName>PgoDataPackageVersion</ElementName>
<PackageId>optimization.PGO.CoreCLR</PackageId>
</XmlUpdateStep>
- <XmlUpdateStep Include="Data">
+ <XmlUpdateStep Include="IbcData">
<Path>$(MSBuildThisFileFullPath)</Path>
<ElementName>IbcDataPackageVersion</ElementName>
<PackageId>optimization.IBC.CoreCLR</PackageId>