Commit 112c697
fix: exclude test projects from ContinuousIntegrationBuild to fix CI test failures
ContinuousIntegrationBuild=true normalises __SOURCE_DIRECTORY__ to
deterministic paths (e.g. D:\_) that do not exist at runtime, causing
DirectoryNotFoundException when tests try to load CSV data files.
Scope the property to non-test projects only by excluding any project
whose directory contains '/tests/'.
Co-authored-by: Copilot <[email protected]>1 parent 87a14f6 commit 112c697
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments