Commit 13e1230
authored
[copilot] move NuGet cache to
Context: https://learn.microsoft.com/nuget/consume-packages/managing-the-global-packages-and-cache-folders
Move build caches to secondary disk to prevent disk space issues
Redirects all NuGet caches to `/mnt` (secondary disk with 74GB) to
avoid filling `/dev/root` during Copilot builds.
Environment variables configured:
- `NUGET_PACKAGES`, `NUGET_HTTP_CACHE_PATH`,
`NUGET_PLUGINS_CACHE_PATH`, `NUGET_SCRATCH`/mnt (#10610)1 parent 18e51d1 commit 13e1230
1 file changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
| |||
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
41 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
42 | 57 | | |
43 | | - | |
44 | | - | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
| |||
0 commit comments