Configuration transforms do not respect xdt:Locator on element

The following transform:

<Component xdt:Locator="Condition(@Type != 'Orchard.Environment.Extensions.Folders.ExtensionHarvester')">
  <Properties>
    <Property Name="DisableMonitoring" Value="true" xdt:Locator="Match(Name)" xdt:Transform="SetAttributes(Value)" />
  </Properties>
</Component>

gets applied to all Component/Properties/Property/@Name attributes in the entire config file, not just the ones matching the xdt:Locator on the root element. Visual Studio processes this correctly when publishing, but Octopus seems to somehow miss that xdt:Locator.

Any advice?

Haha, please close this issue - I just realized my mistake.