Skip to content

Commit 4550b66

Browse files
fix(windows): XML comment in wrapper.csproj broke dotnet restore
MSBuild rejects '--' inside an XML comment (MSB4025). The "--self-contained" in the build-command comment on line 7 stopped the project file from loading on windows-latest. Reworded to "(self-contained single-file)". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ae6e76d commit 4550b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/app-it-windows/skills/app-it-windows/templates/wrapper-windows

plugins/app-it-windows/skills/app-it-windows/templates/wrapper-windows/wrapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
plugins/app-it/skills/app-it/templates/wrapper.swift. Compiles to a
55
self-contained single-file .exe that owns the window, taskbar identity,
66
and .ico, and creates the Job Object the dev server runs inside.
7-
Build: dotnet publish -c Release -r win-x64 --self-contained
7+
Build: dotnet publish -c Release -r win-x64 (self-contained single-file)
88
(driven by desktop-build.ps1 in step 2.3). -->
99

1010
<PropertyGroup>

0 commit comments

Comments
 (0)