Skip to content

Commit

Permalink
Fully qualify metadata to avoid conflict between None and RidSpecific…
Browse files Browse the repository at this point in the history
…Output (fixes #226)
  • Loading branch information
xen2 committed May 26, 2020
1 parent f450aa0 commit f4b202e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/MSBuild.Sdk.Extras/Build/RIDs.targets
Expand Up @@ -215,7 +215,7 @@

<!-- Include the runtimes files -->
<ItemGroup>
<None Include="@(RidSpecificOutput->'%(Identity)')" PackagePath="runtimes/%(Rid)/lib/%(TargetFramework)" Pack="true" KeepMetadata="$(ExtrasNoneRidSpecificOutputKeepMetadata)" />
<None Include="@(RidSpecificOutput->'%(Identity)')" PackagePath="runtimes/%(RidSpecificOutput.Rid)/lib/%(RidSpecificOutput.TargetFramework)" Pack="true" KeepMetadata="$(ExtrasNoneRidSpecificOutputKeepMetadata)" />
</ItemGroup>

</Target>
Expand All @@ -238,4 +238,4 @@

</Target>

</Project>
</Project>

0 comments on commit f4b202e

Please sign in to comment.