summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authorDrew Scoggins <anscoggi@microsoft.com>2018-09-26 13:34:21 -0700
committerDrew Scoggins <anscoggi@microsoft.com>2018-09-26 13:34:21 -0700
commitfc3e4cb86fd7effe7e76b6c4a3f29b762a113999 (patch)
tree3ebec45fb916ec60e55ccba13fea78757c89286e /dependencies.props
parent694d8d7fd2fb5d5cf0f664a185d94fea1166ae2f (diff)
downloadcoreclr-fc3e4cb86fd7effe7e76b6c4a3f29b762a113999.tar.gz
coreclr-fc3e4cb86fd7effe7e76b6c4a3f29b762a113999.tar.bz2
coreclr-fc3e4cb86fd7effe7e76b6c4a3f29b762a113999.zip
Update dependencies.props to fix typo
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.
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.props b/dependencies.props
index 4f8e5ce9da..4153555900 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -142,7 +142,7 @@
<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>