@@ -18,14 +18,11 @@ variables:
1818  os_linux : ubuntu-latest 
1919  os_macos : macOS-latest 
2020  win_ps_5_1 : 5.1 
21-   ps_7_2_x : 7.2.* 
22-   ps_7_3_x : 7.3.* 
2321  ps_7_4_x : 7.4.* 
22+   ps_7_5_x : 7.5.* 
2423  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 
2926  ArtifactsName : LiveTestArtifacts 
3027  DataLocation : $(Pipeline.Workspace)/$(ArtifactsName) 
3128  SuppressAzurePowerShellBreakingChangeWarnings : true 
@@ -51,7 +48,7 @@ stages:
5148      vmImage : ${{ variables.os_windows_2019 }} 
5249      osType : ' Windows' 
5350      psVersion : ${{ variables.win_ps_5_1 }} 
54-       dotnetVersion : ${{ variables.dotnet_sdk_6  }} 
51+       dotnetVersion : ${{ variables.dotnet_sdk_8  }} 
5552      galleryName : ${{ parameters.GalleryName }} 
5653      pipelineBuildId : ${{ parameters.PipelineBuildId }} 
5754
@@ -61,27 +58,7 @@ stages:
6158      vmImage : ${{ variables.os_windows_2022 }} 
6259      osType : ' Windows' 
6360      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 }} 
8562      galleryName : ${{ parameters.GalleryName }} 
8663      pipelineBuildId : ${{ parameters.PipelineBuildId }} 
8764
@@ -97,41 +74,41 @@ stages:
9774
9875  - template : util/live-test-steps.yml 
9976    parameters :
100-       name : ' ps_latest_win_2019 ' 
77+       name : ' ps_7_5_x_win_2019 ' 
10178      vmImage : ${{ variables.os_windows_2019 }} 
10279      osType : ' Windows' 
103-       psVersion : ${{ variables.ps_latest  }} 
80+       psVersion : ${{ variables.ps_7_5_x  }} 
10481      dotnetVersion : ${{ variables.dotnet_sdk_9 }} 
10582      galleryName : ${{ parameters.GalleryName }} 
10683      pipelineBuildId : ${{ parameters.PipelineBuildId }} 
10784
10885  - template : util/live-test-steps.yml 
10986    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  }} 
11289      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  }} 
11592      galleryName : ${{ parameters.GalleryName }} 
11693      pipelineBuildId : ${{ parameters.PipelineBuildId }} 
11794
11895  - template : util/live-test-steps.yml 
11996    parameters :
120-       name : ' ps_7_3_x_win_2022 ' 
97+       name : ' ps_7_4_x_win_2022 ' 
12198      vmImage : ${{ variables.os_windows_2022 }} 
12299      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  }} 
125102      galleryName : ${{ parameters.GalleryName }} 
126103      pipelineBuildId : ${{ parameters.PipelineBuildId }} 
127104
128105  - template : util/live-test-steps.yml 
129106    parameters :
130-       name : ' ps_7_4_x_win_2022 ' 
107+       name : ' ps_7_5_x_win_2022 ' 
131108      vmImage : ${{ variables.os_windows_2022 }} 
132109      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  }} 
135112      galleryName : ${{ parameters.GalleryName }} 
136113      pipelineBuildId : ${{ parameters.PipelineBuildId }} 
137114
@@ -147,31 +124,21 @@ stages:
147124
148125  - template : util/live-test-steps.yml 
149126    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' 
161128      vmImage : ${{ variables.os_linux }} 
162129      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  }} 
165132      galleryName : ${{ parameters.GalleryName }} 
166133      pipelineBuildId : ${{ parameters.PipelineBuildId }} 
167134
168135  - template : util/live-test-steps.yml 
169136    parameters :
170-       name : ' ps_7_4_x_linux ' 
137+       name : ' ps_7_5_x_linux ' 
171138      vmImage : ${{ variables.os_linux }} 
172139      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  }} 
175142      galleryName : ${{ parameters.GalleryName }} 
176143      pipelineBuildId : ${{ parameters.PipelineBuildId }} 
177144
@@ -187,27 +154,19 @@ stages:
187154
188155  #  - template: util/live-test-steps.yml
189156  #    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'
199158  #      vmImage: ${{ variables.os_macos }}
200159  #      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  }}
203162
204163  #  - template: util/live-test-steps.yml
205164  #    parameters:
206-   #      name: 'ps_7_4_x_macOS '
165+   #      name: 'ps_7_5_x_macOS '
207166  #      vmImage: ${{ variables.os_macos }}
208167  #      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  }}
211170
212171  #  - template: util/live-test-steps.yml
213172  #    parameters:
0 commit comments