Skip to content

Commit

Permalink
Wasn't outputting values.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Feb 18, 2024
1 parent de43661 commit 222952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IKVM.Core.MSBuild/targets/Transform.targets
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<Target Name="WriteTransformValues" Condition=" '$(TargetFramework)' != '' ">
<ItemGroup>
<_TransformValues Include="@(Transform->'%(Identity)=%(Value)')" />
<_TransformValues Include="@(TransformValues->'%(Identity)=%(Value)')" />
</ItemGroup>
<WriteLinesToFile File="$(IntermediateOutputPath)TransformValues.txt" Lines="@(_TransformValues)" WriteOnlyWhenDifferent="true" Overwrite="true" />
</Target>
Expand Down

0 comments on commit 222952b

Please sign in to comment.