Skip to content

Commit

Permalink
rename target to identify internal usage
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Oct 16, 2023
1 parent 84e4076 commit 5ce13f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Tasks/Microsoft.Common.CurrentVersion.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3044,7 +3044,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.

<!--
============================================================
GetAssembliesMetadata
_GetAssembliesMetadata
Resolve Assembly attributes for assemblies
Needed by VS legacy project system
Expand All @@ -3058,19 +3058,19 @@ Copyright (C) Microsoft Corporation. All rights reserved.
-->

<Target
Name="GetAssembliesMetadata"
Name="_GetAssembliesMetadata"
Condition="'@(ReferencePath)'!=''"
Returns="@(_AssembliesMetadata)"
DependsOnTargets="ResolveComReferences"
>

<GetAssembliesMetadata
<_GetAssembliesMetadata
AssemblyPaths="@(ReferencePath)"
ContinueOnError="$(ContinueOnError)">

<Output TaskParameter="AssembliesMetadata" ItemName="_AssembliesMetadata"/>

</GetAssembliesMetadata>
</_GetAssembliesMetadata>

</Target>

Expand Down

0 comments on commit 5ce13f6

Please sign in to comment.