Commit b0d790d
Speed up CI with NuGet cache + solution-wide build
- setup-dotnet@v5 with cache: true persists ~/.nuget/packages between
runs, keyed on **/*.csproj. Cold restore (~90s) becomes a tar
extract on cache hit.
- Replace five sequential dotnet restore + five sequential
dotnet build invocations with one each against PlanViewer.sln.
MSBuild builds the dependency graph in parallel internally, and
we save four MSBuild startup cycles.
- Tests still build via the solution build, then run with --no-build.
PlanViewer.Ssms and PlanViewer.Ssms.Installer are intentionally not in
PlanViewer.sln, so they remain excluded from CI as before.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent eb1f4d5 commit b0d790d
1 file changed
Lines changed: 7 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
39 | 31 | | |
40 | 32 | | |
41 | 33 | | |
0 commit comments