1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 04:32:57 +08:00

Set NoDefaultExcludes to true

This allows files such as .editorconfig and .gitignore to be included in the nupkg
This commit is contained in:
Henry Lin 2022-02-09 19:25:51 +08:00
parent 54b41181d6
commit 1b8ada087d

View File

@ -15,6 +15,7 @@
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<NoDefaultExcludes>true</NoDefaultExcludes>
</PropertyGroup>
<ItemGroup>