You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected:
Using ItemGroupContentPacks, including a CP project in the same solution would copy both C# and CP components to a parent folder when the C# project is built, ignoring paths and patterns given in the IgnoreModFilePatterns and IgnoreModFilePaths attributes on ContentPacks.
Issue:
Solution projects included in ContentPacks will deploy all files and folders to the output folder, regardless of attributes given in the main project ContentPacks or the CP project PropertyGroup.
Reproduce:
Create solution including multiple projects buildable with ModBuildConfig,
Add ItemGroupContentPacks to the main project, including any other projects,
Build main project, bundling all files from included projects.
Attachments:
Minimum repro solution with basic C# and CP projects Solution.zip
Expected:
Using
ItemGroup
ContentPacks
, including a CP project in the same solution would copy both C# and CP components to a parent folder when the C# project is built, ignoring paths and patterns given in theIgnoreModFilePatterns
andIgnoreModFilePaths
attributes onContentPacks
.Issue:
Solution projects included in
ContentPacks
will deploy all files and folders to the output folder, regardless of attributes given in the main projectContentPacks
or the CP projectPropertyGroup
.Reproduce:
ItemGroup
ContentPacks
to the main project, including any other projects,Attachments:
Minimum repro solution with basic C# and CP projects
Solution.zip
Other info:
Possible cause?
SMAPI/src/SMAPI.ModBuildConfig/DeployModTask.cs
Lines 125 to 127 in 66d9e82
SMAPI/src/SMAPI.ModBuildConfig/DeployModTask.cs
Lines 151 to 153 in 66d9e82
The text was updated successfully, but these errors were encountered: