Commit d94e2e4
authored
Upgrade E2E tests to Core Tools v4.0.7317 (#88)
While trying to upgrade to PowerShell 7.4 and .NET 8, I discovered that
Core Tools builds are not published to the same internal location
anymore. As a result, the E2E tests were using a very old version of
Core Tools, which led to test failures.
This PR makes the E2E tests use Core Tools v4.0.7317 (the latest
officially published version), and it also removes the
`UseCoreToolsBuildFromIntegrationTests` support.
In the future, we may want to find another way of retrieving the latest
version, especially for the purposes of internal integration tests.
However, I believe public tests on GitHub should rely on officially
published Core Tools versions, and we should upgrade this dependency the
same way as we upgrade other dependencies: with an explicit version
bump.1 parent b95c685 commit d94e2e4
1 file changed
+3
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 110 | | |
126 | | - | |
127 | | - | |
| 111 | + | |
| 112 | + | |
128 | 113 | | |
129 | 114 | | |
130 | 115 | | |
| |||
0 commit comments