Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Oct 16, 2023
1 parent 5ce13f6 commit ae55275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tasks/Microsoft.Common.CurrentVersion.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3064,13 +3064,13 @@ Copyright (C) Microsoft Corporation. All rights reserved.
DependsOnTargets="ResolveComReferences"
>

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

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

</_GetAssembliesMetadata>
</GetAssembliesMetadata>

</Target>

Expand Down

0 comments on commit ae55275

Please sign in to comment.