Commit 1771443
committed
fix(build): improve cross-platform compatibility
- Add shebang to build.sh for proper shell execution
- Remove Windows-style line endings from build.sh
- Skip net462 tests on non-Windows platforms in TestTask.cs
These changes ensure the build system works correctly across different
operating systems by providing proper shell script execution headers
and preventing framework-specific tests from running on incompatible
platforms.1 parent 776efa4 commit 1771443
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 57 | | |
61 | 58 | | |
62 | | - | |
63 | | - | |
| 59 | + | |
| 60 | + | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
| |||
0 commit comments