Skip to content

Commit

Permalink
Use .NET8 and .NET9 for CI tests (#7948)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet authored Feb 3, 2025
2 parents 35b263e + 0161568 commit 42a8b58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
dotnetVersion: $(defaultDotnetVersion)

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

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

- stage: Test_Windows_Stage
displayName: Test Windows
Expand Down

0 comments on commit 42a8b58

Please sign in to comment.