Commit 26b8af0
committed
sdk: strip consumer-specific globals from non-API-dep project references
Collapses the MSBuild project-instance cache key so parallel consumers share one build of netstandard2.0 libraries (Stride.Core.CompilerServices and friends). Without this, each consumer with a different Platform/TFM/GraphicsApi/TestRID passes distinct globals, MSBuild creates distinct build contexts, and they race on the single obj/Debug/netstandard2.0/ output.1 parent 493ac61 commit 26b8af0
1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
122 | 127 | | |
123 | | - | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
0 commit comments