Skip to content

Commit

Permalink
Copy symbol files with hardlinks when possible (#15436)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Jan 21, 2025
1 parent 02e2a71 commit ab38d4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@
<MakeDir Directories="$(SourceBuiltSymbolsDir)" />
<Copy
SourceFiles="@(AbsoluteSymbolPath)"
DestinationFolder="$(SourceBuiltSymbolsDir)%(RecursiveDir)" />
DestinationFolder="$(SourceBuiltSymbolsDir)%(RecursiveDir)"
UseHardlinksIfPossible="true" />
</Target>
<!--
This target can be removed once we enable standard repo assets manifests and SB orchestrator
Expand Down

0 comments on commit ab38d4a

Please sign in to comment.