Commit 7738c5e
authored
[release/8.0] Disable parallel restore for linker tests (#65375)
* Add RestoreDisableParallel to project template
Added RestoreDisableParallel property to mitigate issue #61178.
* Disable parallel restore for test console apps
* Add PropertyGroup to disable parallel restore for tests
Added a PropertyGroup to disable parallel restore for trimming test projects to mitigate a specific issue.
* Disable parallel build for trimming tests
* Fix closing tag for PropertyGroup in Directory.Build.props1 parent 88e53d1 commit 7738c5e
File tree
3 files changed
+9
-1
lines changed- eng/testing/linker
3 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments