forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit50c3c32
Port build.cmd to build.sh (dotnet#2497)
Ported majority of the functionality from build.cmd to build.shto make it easier to build/run the various test suites.The usual 'net40' projects build just fine, but some of the projects in thetest suites seem to have build errors unrelated to build.sh.Accept but ignore 'ci' target for now.The mono distribution for Linux doesn't seem to include nuget as it doeson macOS. Try to use built-in nuget but fall back to the binary in therepo if necessary.Use the POSIX built-in 'command' instead of 'which'; the latter may notbe available on all platforms, and not all implementations have the same behavior.(Seedotnet/coreclr#8823 for a similar change.)1 parent5083832 commit50c3c32
3 files changed
+744
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments
Comments
(0)