Commit f3ce442
test(e2e): handle experimental runtime package name in PackageShouldIncludeRuntimeDependency
The expected Microsoft.WindowsAppRuntime package name was derived as
'.{major}.{minor}', which only matches stable (1.x) packaging. Experimental
2.x ships as 'Microsoft.WindowsAppRuntime.{major}-experimental{N}' (no minor,
with the suffix). When the experimental feed bumped to -experimental7 the
test started asserting an outdated stable-style name against the actual
experimental dependency in the MSIX.
Detect the -experimental suffix in the SDK version and build the expected
runtime name accordingly. Test-only change.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8b4bf30 commit f3ce442
1 file changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
253 | 269 | | |
254 | 270 | | |
255 | 271 | | |
| |||
0 commit comments