Skip to content

Commit 34730c3

Browse files
zateutschCopilot
andauthored
Update src/winapp-CLI/WinApp.Cli/Services/IDotNetService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 32caa7e commit 34730c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/winapp-CLI/WinApp.Cli/Services/IDotNetService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ internal interface IDotNetService
123123
Task<bool> AnnotatePackageReferencesAsync(FileInfo csprojPath, IReadOnlyDictionary<string, string> packageComments, CancellationToken cancellationToken = default);
124124

125125
/// <summary>
126-
/// Ensures the .csproj contains a <c>&lt;Content Include="Assets\**" /&gt;</c> item so that
126+
/// Ensures the .csproj contains a <c>&lt;Content Include="Assets\**\*" /&gt;</c> item so that
127127
/// generated visual assets (StoreLogo, AppList, etc.) are included in the MSIX package layout.
128128
/// Without this, non-WinUI projects exclude the assets from the .build.appxrecipe.
129129
/// </summary>

0 commit comments

Comments
 (0)