Skip to content

Commit

Permalink
Merge pull request #228 from xen2/patch-2
Browse files Browse the repository at this point in the history
Fully qualify metadata to avoid conflict between None and RidSpecificOutput
  • Loading branch information
clairernovotny authored May 26, 2020
2 parents f450aa0 + 2ae06fa commit 801f30c
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 801f30c

Please sign in to comment.