This repository was archived by the owner on Apr 28, 2018. It is now read-only.
Commit f94a670
committed
Fixing binary module load on 5.0
The "PSEdition" property we were checking for doesn't exist in PowerShell 5.0, which caused us to incorrectly try to load coreclr binaries on 5.0. Also changing appveyor.yml to run dotnet cli install directly instead of launching another process and waiting, and adding explicit check/throw if module doesn't load to avoid false positives.1 parent 8d61cad commit f94a670
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments