openclaw-windows-node/.github
AlexAlves87 7454ffb09a
eng: add --no-restore to CI build steps after dotnet restore (#200)
Each dotnet build / dotnet publish step that followed an explicit
dotnet restore was redundantly re-checking NuGet dependencies.
Adding --no-restore eliminates that I/O on every CI run.

Five steps updated: Build Shared Library, Build Tests (x2),
Publish WinUI Tray App, Build Command Palette Extension.

The WinUI test build (-r win-x64) is excluded: the generic
dotnet restore in the test job runs without -r win-x64, so
project.assets.json lacks that RID target and --no-restore
would fail with NETSDK1047.

Closes #195.

Co-authored-by: AlexAlves87 <alexalves87@github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 10:04:26 -07:00
..
agents chore: upgrade agentic workflows to v0.68.7 2026-04-19 21:51:19 -07:00
aw chore: upgrade agentic workflows to v0.68.7 2026-04-19 21:51:19 -07:00
workflows eng: add --no-restore to CI build steps after dotnet restore (#200) 2026-04-23 10:04:26 -07:00