You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/7.0] Explicitly de-dupe ReferenceCopyLocalPaths in Microsoft.AspNetCore.App.Runtime.csproj (#45334)
* Test removing dupe filenames
* Get it working
* Fixup
* Use _'d names
* Use MatchOnMetadata
* Change dependendsOn
Co-authored-by: Will Godbe <[email protected]>
@@ -385,7 +396,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
385
396
386
397
<TargetName="PrepareForCrossGen"
387
398
Condition="'$(CrossgenOutput)' == 'true'"
388
-
DependsOnTargets="_ExpandRuntimePackageRoot">
399
+
DependsOnTargets="FilterUnwantedContent">
389
400
<!-- The output directories of assemblies built in this repo contain a mix of ref and impl assemblies. Copy impl assemblies to a separate directory. -->
0 commit comments