@@ -13,8 +13,7 @@ parameters:
13
13
default : ' '
14
14
15
15
variables :
16
- os_windows_2019 : windows-2019
17
- os_windows_2022 : windows-2022
16
+ os_windows : windows-latest
18
17
os_linux : ubuntu-latest
19
18
os_macos : macOS-latest
20
19
win_ps_5_1 : 5.1
@@ -36,8 +35,8 @@ stages:
36
35
jobs :
37
36
- template : util/live-test-steps.yml
38
37
parameters :
39
- name : ' win_ps_5_1_win_2019 '
40
- vmImage : ${{ variables.os_windows_2019 }}
38
+ name : ' ps_5_1_windows '
39
+ vmImage : ${{ variables.os_windows }}
41
40
osType : ' Windows'
42
41
psVersion : ${{ variables.win_ps_5_1 }}
43
42
dotnetVersion : ${{ variables.dotnet_sdk_8 }}
@@ -46,18 +45,8 @@ stages:
46
45
47
46
- template : util/live-test-steps.yml
48
47
parameters :
49
- name : ' win_ps_5_1_win_2022'
50
- vmImage : ${{ variables.os_windows_2022 }}
51
- osType : ' Windows'
52
- psVersion : ${{ variables.win_ps_5_1 }}
53
- dotnetVersion : ${{ variables.dotnet_sdk_8 }}
54
- galleryName : ${{ parameters.GalleryName }}
55
- pipelineBuildId : ${{ parameters.PipelineBuildId }}
56
-
57
- - template : util/live-test-steps.yml
58
- parameters :
59
- name : ' ps_7_4_x_win_2019'
60
- vmImage : ${{ variables.os_windows_2019 }}
48
+ name : ' ps_7_4_x_windows'
49
+ vmImage : ${{ variables.os_windows }}
61
50
osType : ' Windows'
62
51
psVersion : ${{ variables.ps_7_4_x }}
63
52
dotnetVersion : ${{ variables.dotnet_sdk_8 }}
@@ -66,8 +55,8 @@ stages:
66
55
67
56
- template : util/live-test-steps.yml
68
57
parameters :
69
- name : ' ps_7_5_x_win_2019 '
70
- vmImage : ${{ variables.os_windows_2019 }}
58
+ name : ' ps_7_5_x_windows '
59
+ vmImage : ${{ variables.os_windows }}
71
60
osType : ' Windows'
72
61
psVersion : ${{ variables.ps_7_5_x }}
73
62
dotnetVersion : ${{ variables.dotnet_sdk_9 }}
@@ -76,8 +65,8 @@ stages:
76
65
77
66
- template : util/live-test-steps.yml
78
67
parameters :
79
- name : ' ps_latest_win_2019 '
80
- vmImage : ${{ variables.os_windows_2019 }}
68
+ name : ' ps_latest_windows '
69
+ vmImage : ${{ variables.os_windows }}
81
70
osType : ' Windows'
82
71
psVersion : ${{ variables.ps_latest }}
83
72
dotnetVersion : ${{ variables.dotnet_sdk_9 }}
@@ -86,88 +75,64 @@ stages:
86
75
87
76
- template : util/live-test-steps.yml
88
77
parameters :
89
- name : ' ps_7_4_x_win_2022 '
90
- vmImage : ${{ variables.os_windows_2022 }}
91
- osType : ' Windows '
78
+ name : ' ps_7_4_x_linux '
79
+ vmImage : ${{ variables.os_linux }}
80
+ osType : ' Linux '
92
81
psVersion : ${{ variables.ps_7_4_x }}
93
82
dotnetVersion : ${{ variables.dotnet_sdk_8 }}
94
83
galleryName : ${{ parameters.GalleryName }}
95
84
pipelineBuildId : ${{ parameters.PipelineBuildId }}
96
85
97
86
- template : util/live-test-steps.yml
98
87
parameters :
99
- name : ' ps_7_5_x_win_2022 '
100
- vmImage : ${{ variables.os_windows_2022 }}
101
- osType : ' Windows '
88
+ name : ' ps_7_5_x_linux '
89
+ vmImage : ${{ variables.os_linux }}
90
+ osType : ' Linux '
102
91
psVersion : ${{ variables.ps_7_5_x }}
103
92
dotnetVersion : ${{ variables.dotnet_sdk_9 }}
104
93
galleryName : ${{ parameters.GalleryName }}
105
94
pipelineBuildId : ${{ parameters.PipelineBuildId }}
106
95
107
96
- template : util/live-test-steps.yml
108
97
parameters :
109
- name : ' ps_latest_win_2022 '
110
- vmImage : ${{ variables.os_windows_2022 }}
111
- osType : ' Windows '
98
+ name : ' ps_latest_linux '
99
+ vmImage : ${{ variables.os_linux }}
100
+ osType : ' Linux '
112
101
psVersion : ${{ variables.ps_latest }}
113
102
dotnetVersion : ${{ variables.dotnet_sdk_9 }}
114
103
galleryName : ${{ parameters.GalleryName }}
115
104
pipelineBuildId : ${{ parameters.PipelineBuildId }}
116
105
117
106
- template : util/live-test-steps.yml
118
107
parameters :
119
- name : ' ps_7_4_x_linux '
120
- vmImage : ${{ variables.os_linux }}
121
- osType : ' Linux '
108
+ name : ' ps_7_4_x_macos '
109
+ vmImage : ${{ variables.os_macos }}
110
+ osType : ' MacOS '
122
111
psVersion : ${{ variables.ps_7_4_x }}
123
112
dotnetVersion : ${{ variables.dotnet_sdk_8 }}
124
113
galleryName : ${{ parameters.GalleryName }}
125
114
pipelineBuildId : ${{ parameters.PipelineBuildId }}
126
115
127
116
- template : util/live-test-steps.yml
128
117
parameters :
129
- name : ' ps_7_5_x_linux '
130
- vmImage : ${{ variables.os_linux }}
131
- osType : ' Linux '
118
+ name : ' ps_7_5_x_macos '
119
+ vmImage : ${{ variables.os_macos }}
120
+ osType : ' MacOS '
132
121
psVersion : ${{ variables.ps_7_5_x }}
133
122
dotnetVersion : ${{ variables.dotnet_sdk_9 }}
134
123
galleryName : ${{ parameters.GalleryName }}
135
124
pipelineBuildId : ${{ parameters.PipelineBuildId }}
136
125
137
126
- template : util/live-test-steps.yml
138
127
parameters :
139
- name : ' ps_latest_linux '
140
- vmImage : ${{ variables.os_linux }}
141
- osType : ' Linux '
128
+ name : ' ps_latest_macos '
129
+ vmImage : ${{ variables.os_macos }}
130
+ osType : ' MacOS '
142
131
psVersion : ${{ variables.ps_latest }}
143
132
dotnetVersion : ${{ variables.dotnet_sdk_9 }}
144
133
galleryName : ${{ parameters.GalleryName }}
145
134
pipelineBuildId : ${{ parameters.PipelineBuildId }}
146
135
147
- # - template: util/live-test-steps.yml
148
- # parameters:
149
- # name: 'ps_7_4_x_macOS'
150
- # vmImage: ${{ variables.os_macos }}
151
- # osType: 'MacOS'
152
- # psVersion: ${{ variables.ps_7_4_x }}
153
- # dotnetVersion: ${{ variables.dotnet_sdk_8 }}
154
-
155
- # - template: util/live-test-steps.yml
156
- # parameters:
157
- # name: 'ps_7_5_x_macOS'
158
- # vmImage: ${{ variables.os_macos }}
159
- # osType: 'MacOS'
160
- # psVersion: ${{ variables.ps_7_5_x }}
161
- # dotnetVersion: ${{ variables.dotnet_sdk_9 }}
162
-
163
- # - template: util/live-test-steps.yml
164
- # parameters:
165
- # name: 'ps_latest_macOS'
166
- # vmImage: ${{ variables.os_macos }}
167
- # osType: 'MacOS'
168
- # psVersion: ${{ variables.ps_latest }}
169
- # dotnetVersion: ${{ variables.dotnet_sdk_9 }}
170
-
171
136
- stage : Report
172
137
displayName : Send Report
173
138
condition : always()
0 commit comments