Commit 32d12ce
fix: make CliCommandTests configuration-aware for CI builds
The tests were hard-coded to look for the CLI DLL in bin/Debug/, but CI
builds in Release mode. This caused all CLI command tests to fail in CI
with "Could not execute because the specified command or file was not found."
Now uses preprocessor directives to detect the build configuration and
look in the correct bin directory.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 4d48079 commit 32d12ce
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | | - | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments