Commit 71b8458
authored
[ Tool ] Don't use .NET APIs in
Powershell instances running in `ConstrainedLanguage` mode can't always
access .NET APIs due to system administrator security configurations,
including gWindows VMs.
This change removes the use of `System.*` APIs from
update_engine_version.ps1 in favor of dedicated Powershell APIs.
Fixes flutter#172895update_engine_version.ps1 (flutter#172974)1 parent 83c7108 commit 71b8458
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | | - | |
| 67 | + | |
| 68 | + | |
70 | 69 | | |
71 | | - | |
| 70 | + | |
72 | 71 | | |
0 commit comments