-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Expand file tree
/
Copy pathplatform-matrix-all-versions.json
More file actions
54 lines (54 loc) · 1.14 KB
/
platform-matrix-all-versions.json
File metadata and controls
54 lines (54 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"matrix": {
"Agent": {
"ubuntu-24.04": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL"
},
"windows-2022": {
"OSVmImage": "env:WINDOWSVMIMAGE",
"Pool": "env:WINDOWSPOOL"
}
},
"TestTargetFramework": [
"net6.0",
"net7.0"
],
"AZURE_LIVE_TEST_SERVICE_VERSIONS": [
"V2019_02_02",
"V2019_07_07",
"V2019_12_12",
"V2020_02_10",
"V2020_04_08",
"V2020_06_12",
"V2020_08_04",
"V2020_10_02",
"V2020_12_06",
"V2021_02_12",
"V2021_04_10",
"V2021_06_08",
"V2021_08_06",
"V2021_10_04",
"V2021_12_02",
"V2021-04-10",
"V2021-06-08",
"V2021-08-06",
"V2021-10-04",
"V2021-12-02",
"V2022-11-02",
"V2023-01-03",
"V2023-05-03",
"V2023-08-03",
"V2023-11-03",
"V2024-02-04",
"V2024-05-04",
"V2024-08-04",
"V2024-11-04",
"V2025-01-05",
"V2025-05-05",
"V2025-07-05",
"V2025-11-05",
"V2026-02-06"
]
}
}