Skip to content

Commit 42a8b58

Browse files
authored
Use .NET8 and .NET9 for CI tests (#7948)
2 parents 35b263e + 0161568 commit 42a8b58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ stages:
4545
dotnetVersion: $(defaultDotnetVersion)
4646

4747
- stage:
48-
displayName: Test Linux (.NET 6)
48+
displayName: Test Linux (.NET 8)
4949
dependsOn: []
5050
jobs:
5151
- template: azure-pipelines/test-matrix.yml
@@ -57,10 +57,10 @@ stages:
5757
pool:
5858
name: NetCore-Public
5959
demands: ImageOverride -equals 1es-ubuntu-2004-open
60-
containerName: mcr.microsoft.com/dotnet/sdk:6.0
60+
containerName: mcr.microsoft.com/dotnet/sdk:8.0
6161

6262
- stage:
63-
displayName: Test Linux (.NET 8)
63+
displayName: Test Linux (.NET 9)
6464
dependsOn: []
6565
jobs:
6666
- template: azure-pipelines/test-matrix.yml
@@ -72,7 +72,7 @@ stages:
7272
pool:
7373
name: NetCore-Public
7474
demands: ImageOverride -equals 1es-ubuntu-2004-open
75-
containerName: mcr.microsoft.com/dotnet/sdk:8.0
75+
containerName: mcr.microsoft.com/dotnet/sdk:9.0
7676

7777
- stage: Test_Windows_Stage
7878
displayName: Test Windows

0 commit comments

Comments
 (0)