@@ -202,28 +202,28 @@ jobs:
202202 displayName : Install .NET Core
203203 inputs :
204204 filePath : $(Build.SourcesDirectory)/dotnet-test-install.ps1
205- arguments : -InstallDir $(_programfiles) -Architecture $(_Platform) -Runtime dotnet -Channel 8 .0 -Quality daily
205+ arguments : -InstallDir $(_programfiles) -Architecture $(_Platform) -Runtime dotnet -Channel 9 .0 -Quality daily
206206 condition : eq(variables['_Platform'], 'x64')
207207
208208 - task : PowerShell@2
209209 displayName : Install .NET Core(x86)
210210 inputs :
211211 filePath : $(Build.SourcesDirectory)/dotnet-test-install.ps1
212- arguments : -InstallDir $(_programfilesx86) -Architecture $(_Platform) -Runtime dotnet -Channel 8 .0 -Quality daily
212+ arguments : -InstallDir $(_programfilesx86) -Architecture $(_Platform) -Runtime dotnet -Channel 9 .0 -Quality daily
213213 condition : eq(variables['_Platform'], 'x86')
214214
215215 - task : PowerShell@2
216216 displayName : Install .NET WindowsDesktop
217217 inputs :
218218 filePath : $(Build.SourcesDirectory)/dotnet-test-install.ps1
219- arguments : -InstallDir $(_programfiles) -Architecture $(_Platform) -Runtime windowsdesktop -Channel 8 .0 -Quality daily
219+ arguments : -InstallDir $(_programfiles) -Architecture $(_Platform) -Runtime windowsdesktop -Channel 9 .0 -Quality daily
220220 condition : eq(variables['_Platform'], 'x64')
221221
222222 - task : PowerShell@2
223223 displayName : Install .NET WindowsDesktop(x86)
224224 inputs :
225225 filePath : $(Build.SourcesDirectory)/dotnet-test-install.ps1
226- arguments : -InstallDir $(_programfilesx86) -Architecture $(_Platform) -Runtime windowsdesktop -Channel 8 .0 -Quality daily
226+ arguments : -InstallDir $(_programfilesx86) -Architecture $(_Platform) -Runtime windowsdesktop -Channel 9 .0 -Quality daily
227227 condition : eq(variables['_Platform'], 'x86')
228228
229229 - task : PowerShell@2
0 commit comments