Update dependencies.props to fix typo
authorDrew Scoggins <anscoggi@microsoft.com>
Wed, 26 Sep 2018 20:34:21 +0000 (13:34 -0700)
committerDrew Scoggins <anscoggi@microsoft.com>
Wed, 26 Sep 2018 20:34:21 +0000 (13:34 -0700)
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

src/coreclr/dependencies.props

index 4f8e5ce..4153555 100644 (file)
       <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>