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 2ae06fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MSBuild.Sdk.Extras/Build/RIDs.targets
Original file line number Diff line number Diff line change
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 Down

0 comments on commit 2ae06fa

Please sign in to comment.