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> |
||
|---|---|---|
| .. | ||
| agents | ||
| aw | ||
| workflows | ||