Commit 64c7c7c
committed
Another fix for the Converters ProjectReference logic
We need to add the Converters when running in Single Component mode,
as it's only included in the all-up sample app locally (when source defined).
We also need to exclude if we're building the Converters project itself.
However, if a component itself relies on the converters and we try and to build
on Linux we'll hit the original issue. Workaround for now there is to build
all-up sample app instead...
Tested locally that the Converters and another component both could be built now.1 parent 14fbcce commit 64c7c7c
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 39 | + | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments