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.
Commit migrated from https://github.com/dotnet/coreclr/commit/
fc3e4cb86fd7effe7e76b6c4a3f29b762a113999
<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>