1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:09:59 +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
Unverified
parent 54b41181d6
commit 1b8ada087d
+1
View File
@@ -15,6 +15,7 @@
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<NoDefaultExcludes>true</NoDefaultExcludes>
</PropertyGroup>
<ItemGroup>