Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8228c3

Browse files
authored
Merge pull request #5383 from Microsoft/recursive-copy-structure
preserve directory structure when recursively copying files
2 parentsca22bfe +475d2f0 commite8228c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎FSharpBuild.Directory.Build.targets‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
<MessageText="Copying build artifacts to $(FinalOutputPath)" />
3131
<MakeDirDirectories="$(FinalOutputPath);$(FinalIntermediateOutputPath)" />
32-
<CopySourceFiles="@(OutputFilesToCopy)"DestinationFolder="$(FinalOutputPath)" />
33-
<CopySourceFiles="@(IntermediateFilesToCopy)"DestinationFolder="$(FinalIntermediateOutputPath)" />
32+
<CopySourceFiles="@(OutputFilesToCopy)"DestinationFolder="$(FinalOutputPath)\%(RecursiveDir)" />
33+
<CopySourceFiles="@(IntermediateFilesToCopy)"DestinationFolder="$(FinalIntermediateOutputPath)\%(RecursiveDir)" />
3434
</Target>
3535

3636
<ImportProject="build\targets\AssemblyVersions.props" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp