Commit 518c3d3
Always run ReadItemsFromFile and WriteItemsFromFile locally
As these operations just read/write items from/to an XML file, this is something we don't need to run remotely when building from Windows. This improves the build performance and also fixes some inconsistencies we had were sometimes files were written locally and read remotely (or the other way around).1 parent b97b1cf commit 518c3d3
File tree
4 files changed
+6
-35
lines changed- dotnet/targets
- msbuild
- Xamarin.MacDev.Tasks/Tasks
4 files changed
+6
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | | - | |
| 1020 | + | |
1021 | 1021 | | |
1022 | 1022 | | |
1023 | 1023 | | |
| |||
1858 | 1858 | | |
1859 | 1859 | | |
1860 | 1860 | | |
1861 | | - | |
1862 | 1861 | | |
1863 | 1862 | | |
1864 | 1863 | | |
| |||
1879 | 1878 | | |
1880 | 1879 | | |
1881 | 1880 | | |
1882 | | - | |
1883 | 1881 | | |
1884 | | - | |
| 1882 | + | |
1885 | 1883 | | |
1886 | 1884 | | |
1887 | 1885 | | |
| |||
2189 | 2187 | | |
2190 | 2188 | | |
2191 | 2189 | | |
2192 | | - | |
2193 | | - | |
| 2190 | + | |
2194 | 2191 | | |
2195 | 2192 | | |
2196 | 2193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
| |||
73 | 68 | | |
74 | 69 | | |
75 | 70 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 71 | | |
83 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
| |||
83 | 78 | | |
84 | 79 | | |
85 | 80 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 81 | | |
93 | 82 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2502 | 2502 | | |
2503 | 2503 | | |
2504 | 2504 | | |
2505 | | - | |
2506 | | - | |
2507 | 2505 | | |
2508 | 2506 | | |
2509 | 2507 | | |
| |||
2512 | 2510 | | |
2513 | 2511 | | |
2514 | 2512 | | |
2515 | | - | |
2516 | | - | |
2517 | 2513 | | |
2518 | 2514 | | |
2519 | 2515 | | |
| |||
2973 | 2969 | | |
2974 | 2970 | | |
2975 | 2971 | | |
2976 | | - | |
| 2972 | + | |
2977 | 2973 | | |
2978 | 2974 | | |
2979 | 2975 | | |
| |||
0 commit comments