Skip to content

Conversation

@directhex
Copy link

@directhex directhex commented Mar 17, 2023

Never use %(RecursiveDir)%(Filename)%(Extension) with Microsoft.DotNet.Build.Tasks.Packaging, as it may turn extensionless files into double-nested files (e.g. a/b/c -> a/b/c/c but a/b/c.txt will remain a/b/c.txt)

@akoeplinger akoeplinger enabled auto-merge (squash) March 17, 2023 15:44
@akoeplinger akoeplinger merged commit eb92d6d into dotnet:dotnet/main Mar 17, 2023
steveisok pushed a commit to steveisok/icu that referenced this pull request May 25, 2023
Never use `%(RecursiveDir)%(Filename)%(Extension)` with Microsoft.DotNet.Build.Tasks.Packaging, as it may turn extensionless files into double-nested files (e.g. `a/b/c` -> `a/b/c/c` but `a/b/c.txt` will remain `a/b/c.txt`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants