@@ -18,14 +18,11 @@ variables:
18
18
os_linux : ubuntu-latest
19
19
os_macos : macOS-latest
20
20
win_ps_5_1 : 5.1
21
- ps_7_2_x : 7.2.*
22
- ps_7_3_x : 7.3.*
23
21
ps_7_4_x : 7.4.*
22
+ ps_7_5_x : 7.5.*
24
23
ps_latest : latest
25
- dotnet_sdk_6 : 6.0.x
26
- dotnet_sdk_7 : 7.0.x
27
- dotnet_sdk_8 : 8.0.x
28
- dotnet_sdk_9 : 9.0.x
24
+ dotnet_sdk_8 : 8.x
25
+ dotnet_sdk_9 : 9.x
29
26
ArtifactsName : LiveTestArtifacts
30
27
DataLocation : $(Pipeline.Workspace)/$(ArtifactsName)
31
28
SuppressAzurePowerShellBreakingChangeWarnings : true
@@ -51,7 +48,7 @@ stages:
51
48
vmImage : ${{ variables.os_windows_2019 }}
52
49
osType : ' Windows'
53
50
psVersion : ${{ variables.win_ps_5_1 }}
54
- dotnetVersion : ${{ variables.dotnet_sdk_6 }}
51
+ dotnetVersion : ${{ variables.dotnet_sdk_8 }}
55
52
galleryName : ${{ parameters.GalleryName }}
56
53
pipelineBuildId : ${{ parameters.PipelineBuildId }}
57
54
@@ -61,27 +58,7 @@ stages:
61
58
vmImage : ${{ variables.os_windows_2022 }}
62
59
osType : ' Windows'
63
60
psVersion : ${{ variables.win_ps_5_1 }}
64
- dotnetVersion : ${{ variables.dotnet_sdk_6 }}
65
- galleryName : ${{ parameters.GalleryName }}
66
- pipelineBuildId : ${{ parameters.PipelineBuildId }}
67
-
68
- - template : util/live-test-steps.yml
69
- parameters :
70
- name : ' ps_7_2_x_win_2019'
71
- vmImage : ${{ variables.os_windows_2019 }}
72
- osType : ' Windows'
73
- psVersion : ${{ variables.ps_7_2_x }}
74
- dotnetVersion : ${{ variables.dotnet_sdk_6 }}
75
- galleryName : ${{ parameters.GalleryName }}
76
- pipelineBuildId : ${{ parameters.PipelineBuildId }}
77
-
78
- - template : util/live-test-steps.yml
79
- parameters :
80
- name : ' ps_7_3_x_win_2019'
81
- vmImage : ${{ variables.os_windows_2019 }}
82
- osType : ' Windows'
83
- psVersion : ${{ variables.ps_7_3_x }}
84
- dotnetVersion : ${{ variables.dotnet_sdk_7 }}
61
+ dotnetVersion : ${{ variables.dotnet_sdk_8 }}
85
62
galleryName : ${{ parameters.GalleryName }}
86
63
pipelineBuildId : ${{ parameters.PipelineBuildId }}
87
64
@@ -97,41 +74,41 @@ stages:
97
74
98
75
- template : util/live-test-steps.yml
99
76
parameters :
100
- name : ' ps_latest_win_2019 '
77
+ name : ' ps_7_5_x_win_2019 '
101
78
vmImage : ${{ variables.os_windows_2019 }}
102
79
osType : ' Windows'
103
- psVersion : ${{ variables.ps_latest }}
80
+ psVersion : ${{ variables.ps_7_5_x }}
104
81
dotnetVersion : ${{ variables.dotnet_sdk_9 }}
105
82
galleryName : ${{ parameters.GalleryName }}
106
83
pipelineBuildId : ${{ parameters.PipelineBuildId }}
107
84
108
85
- template : util/live-test-steps.yml
109
86
parameters :
110
- name : ' ps_7_2_x_win_2022 '
111
- vmImage : ${{ variables.os_windows_2022 }}
87
+ name : ' ps_latest_win_2019 '
88
+ vmImage : ${{ variables.os_windows_2019 }}
112
89
osType : ' Windows'
113
- psVersion : ${{ variables.ps_7_2_x }}
114
- dotnetVersion : ${{ variables.dotnet_sdk_6 }}
90
+ psVersion : ${{ variables.ps_latest }}
91
+ dotnetVersion : ${{ variables.dotnet_sdk_9 }}
115
92
galleryName : ${{ parameters.GalleryName }}
116
93
pipelineBuildId : ${{ parameters.PipelineBuildId }}
117
94
118
95
- template : util/live-test-steps.yml
119
96
parameters :
120
- name : ' ps_7_3_x_win_2022 '
97
+ name : ' ps_7_4_x_win_2022 '
121
98
vmImage : ${{ variables.os_windows_2022 }}
122
99
osType : ' Windows'
123
- psVersion : ${{ variables.ps_7_3_x }}
124
- dotnetVersion : ${{ variables.dotnet_sdk_7 }}
100
+ psVersion : ${{ variables.ps_7_4_x }}
101
+ dotnetVersion : ${{ variables.dotnet_sdk_8 }}
125
102
galleryName : ${{ parameters.GalleryName }}
126
103
pipelineBuildId : ${{ parameters.PipelineBuildId }}
127
104
128
105
- template : util/live-test-steps.yml
129
106
parameters :
130
- name : ' ps_7_4_x_win_2022 '
107
+ name : ' ps_7_5_x_win_2022 '
131
108
vmImage : ${{ variables.os_windows_2022 }}
132
109
osType : ' Windows'
133
- psVersion : ${{ variables.ps_7_4_x }}
134
- dotnetVersion : ${{ variables.dotnet_sdk_8 }}
110
+ psVersion : ${{ variables.ps_7_5_x }}
111
+ dotnetVersion : ${{ variables.dotnet_sdk_9 }}
135
112
galleryName : ${{ parameters.GalleryName }}
136
113
pipelineBuildId : ${{ parameters.PipelineBuildId }}
137
114
@@ -147,31 +124,21 @@ stages:
147
124
148
125
- template : util/live-test-steps.yml
149
126
parameters :
150
- name : ' ps_7_2_x_linux'
151
- vmImage : ${{ variables.os_linux }}
152
- osType : ' Linux'
153
- psVersion : ${{ variables.ps_7_2_x }}
154
- dotnetVersion : ${{ variables.dotnet_sdk_6 }}
155
- galleryName : ${{ parameters.GalleryName }}
156
- pipelineBuildId : ${{ parameters.PipelineBuildId }}
157
-
158
- - template : util/live-test-steps.yml
159
- parameters :
160
- name : ' ps_7_3_x_linux'
127
+ name : ' ps_7_4_x_linux'
161
128
vmImage : ${{ variables.os_linux }}
162
129
osType : ' Linux'
163
- psVersion : ${{ variables.ps_7_3_x }}
164
- dotnetVersion : ${{ variables.dotnet_sdk_7 }}
130
+ psVersion : ${{ variables.ps_7_4_x }}
131
+ dotnetVersion : ${{ variables.dotnet_sdk_8 }}
165
132
galleryName : ${{ parameters.GalleryName }}
166
133
pipelineBuildId : ${{ parameters.PipelineBuildId }}
167
134
168
135
- template : util/live-test-steps.yml
169
136
parameters :
170
- name : ' ps_7_4_x_linux '
137
+ name : ' ps_7_5_x_linux '
171
138
vmImage : ${{ variables.os_linux }}
172
139
osType : ' Linux'
173
- psVersion : ${{ variables.ps_7_4_x }}
174
- dotnetVersion : ${{ variables.dotnet_sdk_8 }}
140
+ psVersion : ${{ variables.ps_7_5_x }}
141
+ dotnetVersion : ${{ variables.dotnet_sdk_9 }}
175
142
galleryName : ${{ parameters.GalleryName }}
176
143
pipelineBuildId : ${{ parameters.PipelineBuildId }}
177
144
@@ -187,27 +154,19 @@ stages:
187
154
188
155
# - template: util/live-test-steps.yml
189
156
# parameters:
190
- # name: 'ps_7_2_x_macOS'
191
- # vmImage: ${{ variables.os_macos }}
192
- # osType: 'MacOS'
193
- # psVersion: ${{ variables.ps_7_2_x }}
194
- # dotnetVersion: ${{ variables.dotnet_sdk_6 }}
195
-
196
- # - template: util/live-test-steps.yml
197
- # parameters:
198
- # name: 'ps_7_3_x_macOS'
157
+ # name: 'ps_7_4_x_macOS'
199
158
# vmImage: ${{ variables.os_macos }}
200
159
# osType: 'MacOS'
201
- # psVersion: ${{ variables.ps_7_3_x }}
202
- # dotnetVersion: ${{ variables.dotnet_sdk_7 }}
160
+ # psVersion: ${{ variables.ps_7_4_x }}
161
+ # dotnetVersion: ${{ variables.dotnet_sdk_8 }}
203
162
204
163
# - template: util/live-test-steps.yml
205
164
# parameters:
206
- # name: 'ps_7_4_x_macOS '
165
+ # name: 'ps_7_5_x_macOS '
207
166
# vmImage: ${{ variables.os_macos }}
208
167
# osType: 'MacOS'
209
- # psVersion: ${{ variables.ps_7_4_x }}
210
- # dotnetVersion: ${{ variables.dotnet_sdk_8 }}
168
+ # psVersion: ${{ variables.ps_7_5_x }}
169
+ # dotnetVersion: ${{ variables.dotnet_sdk_9 }}
211
170
212
171
# - template: util/live-test-steps.yml
213
172
# parameters:
0 commit comments